Skip to content

Commit

Permalink
CI/config: Add ispc, ldc and llvm-bolt to allowlist (#4562)
Browse files Browse the repository at this point in the history
**Summary**

Add ispc, ldc and llvm-bolt to the list of packages allowed to contain
static libs.

**Test Plan**

N/A

**Checklist**

- [ ] Package was built and tested against unstable
- [ ] This change could gainfully be listed in the weekly sync notes
once merged (Write an appropriate message in the Summary section)
  • Loading branch information
ermo authored Dec 12, 2024
2 parents c6bf994 + b9215e4 commit 2a1078a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/CI/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ static_libs:
- ghc
- glibc
- golang
- ispc
- ldc
- libboost
- libnss
- llvm
- llvm-15
- llvm-bolt
- ocaml
- qt5-tools
- qt6-base
Expand Down

0 comments on commit 2a1078a

Please sign in to comment.