-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jn/multireplacer
- Loading branch information
Showing
377 changed files
with
6,686 additions
and
13,545 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
steps: | ||
- label: "analyzegc" | ||
commands: | ||
- echo "--- Install apt-get pre-reqs" | ||
- apt-get update | ||
- apt-get install -y build-essential libatomic1 python python3 gfortran perl wget m4 cmake pkg-config curl | ||
- echo "--- Install in-tree LLVM dependencies" | ||
- make -j 6 -C deps install-llvm install-clang install-llvm-tools install-libuv install-utf8proc install-unwind | ||
- echo "+++ run clangsa/analyzegc" | ||
- make -j 6 -C test/clangsa | ||
- make -j 6 -C src analyzegc | ||
agents: | ||
queue: "juliacpu" # this should be julia -- also in pipeline settings | ||
# os: linux # tag missing for juliacpu queue | ||
timeout_in_minutes: 60 | ||
- label: "llvmpasses" | ||
commands: | ||
- echo "--- Install apt-get pre-reqs" | ||
- apt-get update | ||
- apt-get install -y build-essential libatomic1 python python3 gfortran perl wget m4 cmake pkg-config curl | ||
- echo "+++ run llvmpasses" | ||
- make -j 6 release | ||
- make -j 6 -C src install-analysis-deps | ||
- make -j 6 -C test/llvmpasses | ||
agents: | ||
queue: "juliacpu" # this should be julia -- also in pipeline settings | ||
# os: linux # tag missing for juliacpu queue | ||
timeout_in_minutes: 60 |
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
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 +1,3 @@ | ||
/.github/workflows/ @JuliaLang/github-actions | ||
CODEOWNERS @JuliaLang/github-actions | ||
/.github/ @JuliaLang/github-actions | ||
/.buildkite/ @JuliaLang/github-actions |
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
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
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
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
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
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
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
Oops, something went wrong.