We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d503b commit 33e5d8cCopy full SHA for 33e5d8c
scripts/ci_test_dapp.sh
@@ -2,6 +2,11 @@
2
3
### Test dapp integration
4
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
+
10
DIR=$(mktemp -d)
11
cd "$DIR" || exit 255
12
0 commit comments