Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
macbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed May 13, 2022
1 parent 51c4e21 commit 0da9294
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,24 @@ pull_or_push_steps() {
wait_step
fi

# osx build
cat >> "$output_file" <<"EOF"
- command: scripts/cargo-install-all.sh stable solana-release
name: "build aarch64-apple-darwin"
agents:
- "queue=release-build-aarch64-apple-darwin"
timeout_in_minutes: 60
EOF

cat >> "$output_file" <<"EOF"
- command: scripts/cargo-install-all.sh stable solana-release
name: "build x86_64-apple-darwin"
agents:
- "queue=release-build-x86_64-apple-darwin"
timeout_in_minutes: 60
EOF
wait_step

# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^web3.js/ ^explorer/ ^.gitbook; then
Expand Down

0 comments on commit 0da9294

Please sign in to comment.