Skip to content

Commit 36b89c2

Browse files
committed
[TMP]
1 parent ee468fb commit 36b89c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-bottles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ { id: macos-14, name: "sonoma" } ]
18+
os: [ { id: macos-13, name: "ventura" } ]
1919
# we don't bottle meta-formulas that contain only services
2020
formula: [tezos-client]
2121
steps:

Formula/tezos-client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def make_deps
3535
ENV["BLST_PORTABLE"]="yes"
3636
# Force linker to use libraries from the current brew installation.
3737
# Workaround for https://github.com/serokell/tezos-packaging/issues/700
38-
ENV["LDFLAGS"] = "-L#{HOMEBREW_PREFIX}/lib"
38+
ENV["LDFLAGS"] = "-L_opam/lib"
3939
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
4040
arch = RUBY_PLATFORM.include?("arm64") ? "arm64" : "x86_64"
4141
system "rustup", "install", "1.78.0"

0 commit comments

Comments
 (0)