Skip to content

Commit

Permalink
update build-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 2, 2024
1 parent 4cb0a72 commit 675d4dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ JULIA_PKG_PRECOMPILE_AUTO=0 $julia -e '
v"3.4.29" => ">=11.1,<12.1",
v"3.4.30" => ">=12.1,<13.1",
v"3.4.31" => ">=13.1,<14.1",
# ... keep this up-to-date with gcc 14
v"3.4.32" => ">=14.1,<15.1",
v"3.4.33" => ">=15.1,<16.1",
v"3.4.34" => ">=16.1,<17.1",
# ... keep this up-to-date with gcc 18
)[Base.BinaryPlatforms.detect_libstdcxx_version()]
("libgcc-ng$specs", "libstdcxx-ng$specs")
else
Expand Down

0 comments on commit 675d4dc

Please sign in to comment.