Skip to content

Commit

Permalink
Merge pull request #1496 from crytic/dev-fix-dapp
Browse files Browse the repository at this point in the history
Fix dapp
  • Loading branch information
montyly authored Dec 6, 2022
2 parents 16a5098 + c80c3ba commit 0dc2a49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/ci_test_dapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### Test Dapp integration

# work around having two python versions loading libraries from each other in CI
OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
alias crytic-compile='LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile'
unset LD_LIBRARY_PATH

mkdir test_dapp
cd test_dapp || exit 255
# The dapp init process makes a temporary local git repo and needs certain values to be set
Expand Down

0 comments on commit 0dc2a49

Please sign in to comment.