Commit 57fca6d
authored
CodeQl: Update to verify IA32/X64 package compat (#523)
With moving ArmPkg and ArmPlatformPkg into mu_basecore, the existing
codeql workflow (which only runs under windows target under IA32/X64)
needs to account for packages which only support AARCH64.
Add a couple of lines to filter packages based on their DSC file's
SUPPORTED_ARCHITECTURES, and exclude packages which cannot be run.1 parent 381bbf8 commit 57fca6d
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments