From 540465291a3a0aacbf7c82a5b9928e55c872f579 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 16 Nov 2023 19:01:24 +0200 Subject: [PATCH] Resolved an issue where ``get_systype()`` inaccurately returned the architecture // Resolve #4777 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 18f5a313..2587d2bc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. ~~~~~~~~~~~~~~~~~~~ * Resolved an issue where the ``COMPILATIONDB_INCLUDE_TOOLCHAIN`` setting was not correctly applying to private libraries (`issue #4762 `_) +* Resolved an issue where ``get_systype()`` inaccurately returned the architecture when executed within a Docker container on a 64-bit kernel with a 32-bit userspace (`issue #4777 `_) 6.1.11 (2023-08-31) ~~~~~~~~~~~~~~~~~~~