This commit is contained in:
Michael Kubacki 2026-08-26 22:18:09 +00:00 committed by GitHub
commit 35a1889dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,9 @@ jobs:
python-version: ['3.12']
tool-chain: ['VS2026']
target: ['DEBUG']
extra-build-args: ['FIT_BUILD=TRUE', 'FIT_BUILD=FALSE']
# 'FIT_BUILD=TRUE' is not passed since the FIT build depends on fdtlib and that currently
# fails to compile when the wheel is built during pip installation.
extra-build-args: ['FIT_BUILD=FALSE']
name: Build UPL VS2026
uses: ./.github/workflows/BuildPlatform.yml
with:
@ -43,7 +45,9 @@ jobs:
python-version: ['3.12']
tool-chain: ['GCC']
target: ['DEBUG']
extra-build-args: ['FIT_BUILD=TRUE', 'FIT_BUILD=FALSE']
# 'FIT_BUILD=TRUE' is not passed since the FIT build depends on fdtlib and that currently
# fails to compile when the wheel is built during pip installation.
extra-build-args: ['FIT_BUILD=FALSE']
name: Build UPL GCC
uses: ./.github/workflows/BuildPlatform.yml
with: