We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c152a commit 5682008Copy full SHA for 5682008
Formula/tezos-client.rb
@@ -38,7 +38,7 @@ def make_deps
38
# with old CPUs, see https://gitlab.com/dannywillems/ocaml-bls12-381/-/merge_requests/135/
39
ENV["BLST_PORTABLE"]="yes"
40
system "rustup-init", "--default-toolchain", "1.60.0", "-y"
41
- system "opam", "init", "--bare", "--debug", "--auto-setup"
+ system "opam", "init", "--bare", "--debug", "--auto-setup", "--disable-sandboxing"
42
system ["source .cargo/env", "make build-deps"].join(" && ")
43
end
44
0 commit comments