Skip to content

Commit

Permalink
work on sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Dec 13, 2024
1 parent 269c301 commit f7be244
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/scripts/build-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ source "$here"/common.sh

agent="${1-solana}"

. ci/rust-version.sh

partitions=$(
cat <<EOF
{
"name": "partitions",
"command": "ci/stable/run-partition.sh",
plugins: [
"plugins": [{
"docker#v5.12.0": {
"image": "$rust_nightly_docker_image",
"workdir": "/solana",
Expand All @@ -23,7 +25,7 @@ partitions=$(
"RUSTC_WRAPPER=/usr/local/cargo/bin/sccache"
]
}
],
}],
"timeout_in_minutes": 30,
"agent": "$agent",
"parallelism": 2,
Expand Down

0 comments on commit f7be244

Please sign in to comment.