Skip to content

Commit

Permalink
fixup! Set 'LIBRARY_PATH'
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Sep 11, 2023
1 parent d360941 commit 03c152a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 03c152a

Please sign in to comment.