From 03c152a4ad4d33402b633bf7a31d13bd36005fab Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Mon, 11 Sep 2023 15:17:42 +0200 Subject: [PATCH] fixup! Set 'LIBRARY_PATH' --- .buildkite/pipeline-raw.yml | 8 ++++---- Formula/tezos-client.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline-raw.yml b/.buildkite/pipeline-raw.yml index 67dd34028..4c9bf7a04 100644 --- a/.buildkite/pipeline-raw.yml +++ b/.buildkite/pipeline-raw.yml @@ -7,12 +7,12 @@ env: USE_NEWER_NIX: 1 steps: - - label: Build Big Sur x86_64 bottles - key: build-bottles-big-sur-x86_64 + - label: Build Big Sur arm64 bottles + key: build-bottles-big-sur-arm64 agents: - queue: "x86_64-rosetta-darwin" + queue: "arm64-darwin" commands: - - nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "big_sur" + - nix develop .#autorelease-macos -c ./scripts/build-all-bottles.sh "arm64_big_sur" artifact_paths: - '*.bottle.*' retry: diff --git a/Formula/tezos-client.rb b/Formula/tezos-client.rb index c1da2fe5d..c1b77dcc7 100644 --- a/Formula/tezos-client.rb +++ b/Formula/tezos-client.rb @@ -38,7 +38,7 @@ def make_deps # with old CPUs, see https://gitlab.com/dannywillems/ocaml-bls12-381/-/merge_requests/135/ ENV["BLST_PORTABLE"]="yes" system "rustup-init", "--default-toolchain", "1.60.0", "-y" - system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing" + system "opam", "init", "--bare", "--debug", "--auto-setup" system ["source .cargo/env", "make build-deps"].join(" && ") end