Skip to content

Commit 8795b0a

Browse files
committed
Update
1 parent da59868 commit 8795b0a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/julia/build_tarballs.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ fi
3434
3535
cd scipoptsuite*
3636
37-
# for soplex threadlocal
38-
export CXXFLAGS="-DTHREADLOCAL=''"
39-
4037
# Enable large file support on mingw
4138
if [[ "${target}" == *-mingw* ]]; then
4239
export CXXFLAGS="-Wa,-mbig-obj"
@@ -120,7 +117,7 @@ build_tarballs(
120117
platforms,
121118
products,
122119
dependencies;
123-
preferred_gcc_version=v"10",
120+
preferred_gcc_version=v"12",
124121
julia_compat="1.6",
125122
clang_use_lld=false,
126123
)

0 commit comments

Comments
 (0)