Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaveas committed Jun 4, 2024
1 parent 41f9144 commit 829fec0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,17 @@ jobs:
ARCH="${{ matrix.arch }}"
export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
export LD_LIBRARY_PATH=/opt/homebrew/lib:$LD_LIBRARY_PATH
mkdir -p tofndbin
if [ "$ARCH" == "arm64" ]
then
brew uninstall --ignore-dependencies gmp
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew uninstall --ignore-dependencies gmp
ARM_DEPENDENCY=$(brew fetch --force --bottle-tag=arm64_sonoma gmp | grep Downloaded | awk '{print $3}')
rustup target add aarch64-apple-darwin
cargo build --release --target aarch64-apple-darwin
Expand Down

0 comments on commit 829fec0

Please sign in to comment.