Skip to content

Commit

Permalink
Clean up, debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 23, 2024
1 parent f25dbb6 commit 25cb8f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,13 @@ jobs:
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
# Build STP.
NONINTERACTIVE=1 brew install patchelf
NONINTERACTIVE=1 brew install bison flex boost gmp
# TODO(@gussmith23): using hardcoded gmp paths here. brew link doesn't seem to do what i expected.
brew link --force gmp
export LDFLAGS="-L/usr/local/Cellar/gmp/lib"
export CPPFLAGS="-I/usr/local/Cellar/gmp/include"
mkdir stp && cd stp
# TODO(@gussmith23): Change back to normal STP once https://github.com/stp/stp/pull/482 merged.
#wget -qO- https://github.com/stp/stp/archive/$STP_COMMIT_HASH.tar.gz | tar xz --strip-components=1
wget -qO- https://github.com/gussmith23/stp/archive/4570d4e8671cd8e4ee872b9a4bdc8bc48a690457.tar.gz | tar xz --strip-components=1
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
which readlink
./scripts/deps/setup-gtest.sh
./scripts/deps/setup-outputcheck.sh
./scripts/deps/setup-cms.sh
Expand Down

0 comments on commit 25cb8f4

Please sign in to comment.