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.
2 parents 0f43567 + 33fe0f6 commit 1900477Copy full SHA for 1900477
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