Skip to content

Commit c7d93f8

Browse files
authored
comment LD_PRELOAD fix
1 parent 22c8c50 commit c7d93f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export COLORTERM='truecolor' # UnicodePlots.jl
4949
export PLOTDOCS_ANSICOLOR=true
5050

5151
# 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)
52+
# export LD_PRELOAD=$(g++ --print-file-name=libstdc++.so)
5353

5454
julia='xvfb-run julia --color=yes --project=docs'
5555

0 commit comments

Comments
 (0)