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 22c8c50 commit c7d93f8Copy full SHA for c7d93f8
docs/ci_build.sh
@@ -49,7 +49,7 @@ export COLORTERM='truecolor' # UnicodePlots.jl
49
export PLOTDOCS_ANSICOLOR=true
50
51
# tentative fix for `pyplot` bug: libstdc++.so.X: version `GLIBCXX_X.X.X' not found ...
52
-export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
+# export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
53
54
julia='xvfb-run julia --color=yes --project=docs'
55
0 commit comments