Skip to content

Commit 42abb5f

Browse files
authored
remove LD_PRELOAD
1 parent 9bf1ebc commit 42abb5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ci_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ $julia -e '
6868

6969
# tentative fix for `pyplot` bug: libstdc++.so.X: version `GLIBCXX_X.X.X' not found ...
7070
# export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
71-
export LD_PRELOAD=$($julia -e 'using Conda; joinpath(Conda.ROOTENV, "lib", "libstdc++.so") |> print')
72-
echo $LD_PRELOAD
71+
# export LD_PRELOAD=$($julia -e 'using Conda; joinpath(Conda.ROOTENV, "lib", "libstdc++.so") |> print')
72+
# echo $LD_PRELOAD
7373

7474
echo "== build documentation for $GITHUB_REPOSITORY@$GITHUB_REF, triggerd by $GITHUB_ACTOR on $GITHUB_EVENT_NAME =="
7575
if [ "$GITHUB_REPOSITORY" == 'JuliaPlots/PlotDocs.jl' ]; then

0 commit comments

Comments
 (0)