Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: dd246227d6c633e180673bceefe8499abc6a4a46 https://github.com/tianocore/edk2/commit/dd246227d6c633e180673bceefe8499abc6a4a46 Author: Rebecca Cran <rebe...@bsdio.com> Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths: M BaseTools/toolsetup.bat Log Message: ----------- BaseTools: Update toolsetup.bat to not use BASETOOLS_PYTHON_SOURCE The BASETOOLS_PYTHON_SOURCE environment variable is only used temporarily to set PYTHONPATH. Since it doesn't help improve clarity, remove it. While here, make sure we set PYTHONPATH when we're using Pip BaseTools so that build etc. can be found. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Commit: b9bbb4ae9308a98ada574e435e0987a274e7e7a2 https://github.com/tianocore/edk2/commit/b9bbb4ae9308a98ada574e435e0987a274e7e7a2 Author: Rebecca Cran <rebe...@bsdio.com> Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M BaseTools/toolsetup.bat Log Message: ----------- BaseTools: only print the environment once in toolsetup.bat Avoid printing %PATH% twice: move the printing of the environment down to print_python_info. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Commit: 77f75c7fb8388a1429374419c823d70fc4cf3881 https://github.com/tianocore/edk2/commit/77f75c7fb8388a1429374419c823d70fc4cf3881 Author: Rebecca Cran <rebe...@bsdio.com> Date: 2023-05-11 (Thu, 11 May 2023) Changed paths: M BaseTools/Tests/TestTools.py Log Message: ----------- BaseTools: Update Tests/TestTools.py to allow it to work on Windows On Windows, executables have a '.exe' suffix which needs to be added for them to be found in a path. Also, files need to be explicitly opened as binary. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Compare: https://github.com/tianocore/edk2/compare/f47415e0315e...77f75c7fb838 _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits