Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the analyzegc and llvmpasses pipelines to buildkite #40826

Merged
merged 5 commits into from
May 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add the analyzegc pipeline
  • Loading branch information
vchuravy committed May 14, 2021
commit 8d01ef1d0e49c282d8643977e9ae25d9633e2034
11 changes: 11 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
steps:
- label: "analyzegc"
commands:
- apt-get update
- apt-get install -y build-essential libatomic1 python python3 gfortran perl wget m4 cmake pkg-config curl
- make -j 6 -C deps install-llvm install-clang install-llvm-tools install-libuv install-utf8proc install-unwind
- make -j 6 -C test/clangsa
- make -j 6 -C src analyzegc
agents:
queue: "juliacpu"
timeout_in_minutes: 60