Skip to content

Commit 3a052bd

Browse files
author
Rye
committed
Swap Linux GHA builds to use GCC for better C++20 support
1 parent 9f0fbf1 commit 3a052bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,6 @@ jobs:
267267
fi
268268
export PYTHON_COMMAND_NATIVE="$(native_path "$PYTHON_COMMAND")"
269269
270-
# Compile with clang, link with mold on linux.
271-
if [[ "$RUNNER_OS" == "Linux" ]]; then
272-
export CC=clang
273-
export CXX=clang++
274-
export CMAKE_OPTIONS='-DLINK_WITH_MOLD=ON'
275-
fi
276-
277270
./build.sh
278271
279272
# Each artifact is downloaded as a distinct .zip file. Multiple jobs

0 commit comments

Comments
 (0)