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.
LD_PRELOAD
1 parent 9bf1ebc commit 42abb5fCopy full SHA for 42abb5f
docs/ci_build.sh
@@ -68,8 +68,8 @@ $julia -e '
68
69
# tentative fix for `pyplot` bug: libstdc++.so.X: version `GLIBCXX_X.X.X' not found ...
70
# 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
+# export LD_PRELOAD=$($julia -e 'using Conda; joinpath(Conda.ROOTENV, "lib", "libstdc++.so") |> print')
+# echo $LD_PRELOAD
73
74
echo "== build documentation for $GITHUB_REPOSITORY@$GITHUB_REF, triggerd by $GITHUB_ACTOR on $GITHUB_EVENT_NAME =="
75
if [ "$GITHUB_REPOSITORY" == 'JuliaPlots/PlotDocs.jl' ]; then
0 commit comments