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 8ff936d commit 1e71c16Copy full SHA for 1e71c16
scripts/common-setup.sh
@@ -168,6 +168,8 @@ run_test_groups() {
168
echo "Usage: run_test_groups <enable_actor_error_test: 0|1>"
169
return 2
170
fi
171
+ export CONDA_LIBSTDCPP="${CONDA_PREFIX}/lib/libstdc++.so.6"
172
+ export LD_PRELOAD="${CONDA_LIBSTDCPP}${LD_PRELOAD:+:$LD_PRELOAD}"
173
local FAILED_GROUPS=()
174
for GROUP in $(seq 1 10); do
175
echo "Running test group $GROUP of 10..."
0 commit comments