Skip to content

Commit 1900477

Browse files
authored
Merge pull request #320 from crytic/dev-fix-dapp
Fix dapp CI
2 parents 0f43567 + 33fe0f6 commit 1900477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/ci_test_dapp.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Test dapp integration
44

5+
# work around having two python versions loading libraries from each other in CI
6+
OLD_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
7+
alias crytic-compile='LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH crytic-compile'
8+
unset LD_LIBRARY_PATH
9+
510
DIR=$(mktemp -d)
611
cd "$DIR" || exit 255
712

0 commit comments

Comments
 (0)