Skip to content

Commit 1e71c16

Browse files
samluryefacebook-github-bot
authored andcommitted
See if this fixes github CI
Differential Revision: D86577656
1 parent 8ff936d commit 1e71c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/common-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ run_test_groups() {
168168
echo "Usage: run_test_groups <enable_actor_error_test: 0|1>"
169169
return 2
170170
fi
171+
export CONDA_LIBSTDCPP="${CONDA_PREFIX}/lib/libstdc++.so.6"
172+
export LD_PRELOAD="${CONDA_LIBSTDCPP}${LD_PRELOAD:+:$LD_PRELOAD}"
171173
local FAILED_GROUPS=()
172174
for GROUP in $(seq 1 10); do
173175
echo "Running test group $GROUP of 10..."

0 commit comments

Comments
 (0)