mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Merge 9ba93d83fc into fb2ac429de
This commit is contained in:
commit
35a1889dde
1 changed files with 6 additions and 2 deletions
8
.github/workflows/upl-build.yml
vendored
8
.github/workflows/upl-build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue