-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: Workflow - CI | ||
|
||
# trunk-ignore(checkov/CKV2_GHA_1) | ||
# trunk-ignore-all(checkov/CKV2_GHA_1) | ||
|
||
on: | ||
push: | ||
|
@@ -30,7 +30,10 @@ jobs: | |
repo-name: llvm-repo | ||
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key | ||
- name: Install LLVM | ||
run: sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools libgmp3-dev libzstd-dev lld libssl-dev zstd | ||
run: | ||
sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 | ||
clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools | ||
libgmp3-dev libzstd-dev lld libssl-dev zstd | ||
- name: Trunk Check | ||
uses: trunk-io/[email protected] | ||
|
||
|
@@ -53,7 +56,10 @@ jobs: | |
repo-name: llvm-repo | ||
keys-asc: https://apt.llvm.org/llvm-snapshot.gpg.key | ||
- name: Install LLVM | ||
run: sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools libgmp3-dev libzstd-dev lld libssl-dev zstd | ||
run: | ||
sudo apt-get install llvm-19 llvm-19-dev llvm-19-runtime clang-19 | ||
clang-tools-19 lld-19 libpolly-19-dev libmlir-19-dev mlir-19-tools | ||
libgmp3-dev libzstd-dev lld libssl-dev zstd | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,6 @@ testname: | |
- mulmod_d15g0v0_Cancun | ||
- twoOps_d0g0v0_Cancun | ||
|
||
|
||
regex: | ||
stArgsZeroOneBalance: | ||
- .* | ||
|