edk2
edk2 copied to clipboard
Update CI config following CompilerIntrinsicsLib move from ArmPkg
Description
Library/CompilerIntrinsicsLib was moved from ArmPkg to MdePkg. Update the ci.yaml files to match.
This fixes the error during "stuart_ci_build":
ERROR - EccCheck.IgnoreInf -> Build/.pytool/Plugin/EccCheck/ArmPkg/Library/CompilerIntrinsicsLib not found in filesystem. Invalid ignore files
- [ ] Breaking change?
- Breaking change - Does this PR cause a break in build or boot behavior?
- Examples: Does it add a new library class or move a module to a different repo.
- [ ] Impacts security?
- Security - Does this PR have a direct security impact?
- Examples: Crypto algorithm change or buffer overflow fix.
- [ ] Includes tests?
- Tests - Does this PR include any explicit test code?
- Examples: Unit tests or integration tests.
How This Was Tested
Integration Instructions
N/A