Resolved an issue where `get_systype()` inaccurately returned the architecture // Resolve #4777

This commit is contained in:
Ivan Kravets
2023-11-16 19:01:24 +02:00
parent 0b3c0144e6
commit 540465291a

View File

@ -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 <https://github.com/platformio/platformio-core/issues/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 <https://github.com/platformio/platformio-core/issues/4777>`_)
6.1.11 (2023-08-31)
~~~~~~~~~~~~~~~~~~~