diff options
author | Rye <rye@lindenlab.com> | 2024-10-31 21:00:44 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-31 22:51:19 -0700 |
commit | 3a052bd261e5f23d8dbb8aaeb32c131d250d39a9 (patch) | |
tree | 1782f59580426e57ded0103de8360e50f4f639a4 | |
parent | 9f0fbf1f162f65a16e2848d9fd9228c0166ecb1e (diff) |
Swap Linux GHA builds to use GCC for better C++20 support
-rw-r--r-- | .github/workflows/build.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f0859b7c97..84a3791436 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -267,13 +267,6 @@ jobs: fi export PYTHON_COMMAND_NATIVE="$(native_path "$PYTHON_COMMAND")" - # Compile with clang, link with mold on linux. - if [[ "$RUNNER_OS" == "Linux" ]]; then - export CC=clang - export CXX=clang++ - export CMAKE_OPTIONS='-DLINK_WITH_MOLD=ON' - fi - ./build.sh # Each artifact is downloaded as a distinct .zip file. Multiple jobs |