Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ci-test' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 11, 2023
2 parents 9eb0254 + 5a5aa71 commit 87e580f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#!/bin/bash

brew update

brew unlink libtool
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/0fbd6e24c4122e18ade1ec6c5916cb21de14f352/Formula/libtool.rb
brew install libtool.rb
# Workaround for https://github.com/actions/setup-python/issues/577
rm /usr/local/bin/2to3 || true
rm /usr/local/bin/idle3 || true
rm /usr/local/bin/pydoc3 || true
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3-config || true

brew update
brew install autoconf \
automake \
pkgconfig \
Expand All @@ -14,6 +16,7 @@ brew install autoconf \
ninja \
gnu-sed \
coreutils \
libtool \
llvm \
gnu-getopt

Expand Down

0 comments on commit 87e580f

Please sign in to comment.