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