Skip to content

Commit

Permalink
[TMP]
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Dec 10, 2024
1 parent ee468fb commit 98bb1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ { id: macos-14, name: "sonoma" } ]
os: [ { id: macos-13, name: "ventura" } ]
# we don't bottle meta-formulas that contain only services
formula: [tezos-client]
steps:
Expand Down
1 change: 1 addition & 0 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def make_deps
# Force linker to use libraries from the current brew installation.
# Workaround for https://github.com/serokell/tezos-packaging/issues/700
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
ENV["RUSTFLAGS"]= "-C link-args=-Wl,-undefined,dynamic_lookup"
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
system "rustup", "install", "1.78.0"
Expand Down

0 comments on commit 98bb1eb

Please sign in to comment.