Skip to content

Commit 3a9daad

Browse files
authored
codeql-platform.yml (#326)
Removes the -t and -a command flags for the codeql-platform.yml workflow when executing stuart_build. Neither of these command line arguments are provided by the edk2_platform_build invocable. the target is set via TARGET=<value> for platforms, and the architecture is not set at all, as platforms hardcode the required architectures. Sets the target via the expected way, TARGET=DEBUG.
1 parent 17c85e3 commit 3a9daad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sync/workflows/leaf/codeql-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456
env:
457457
RUST_ENV_CHECK_TOOL_EXCLUSIONS: "cargo fmt, cargo tarpaulin"
458458
STUART_CODEQL_PATH: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
459-
run: stuart_build -c ${{ matrix.build_file }} -t DEBUG -a ${{ matrix.archs }} TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }} --codeql
459+
run: stuart_build -c ${{ matrix.build_file }} TARGET=DEBUG TOOL_CHAIN_TAG=${{ matrix.tool_chain_tag }} --codeql
460460

461461
- name: Build Cleanup
462462
id: build_cleanup

0 commit comments

Comments
 (0)