File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,8 @@ install_buck() {
28
28
fi
29
29
30
30
pushd .ci/docker
31
-
32
- # TODO(huydo): This is a one-off copy of buck2 2024-05-15 to unblock Jon and
33
- # re-enable ShipIt. It’s not ideal that upgrading buck2 will require a manual
34
- # update the cached binary on S3 bucket too. Let me figure out if there is a
35
- # way to correctly implement the previous setup of installing a new version of
36
- # buck2 only when it’s needed. AFAIK, the complicated part was that buck2
37
- # --version doesn't say anything w.r.t its release version, i.e. 2024-05-15.
38
- # See D53878006 for more details.
39
- BUCK2=buck2-aarch64-apple-darwin.zst
31
+ BUCK2_VERSION=2024-05-15
32
+ BUCK2=buck2-aarch64-apple-darwin-${BUCK2_VERSION} .zst
40
33
curl -s " https://ossci-macos.s3.amazonaws.com/${BUCK2} " -o " ${BUCK2} "
41
34
42
35
zstd -d " ${BUCK2} " -o buck2
You can’t perform that action at this time.
0 commit comments