From 5c8fba19544786509ee46b0c8d075056c63adb06 Mon Sep 17 00:00:00 2001 From: schrodingerzhu Date: Sat, 7 Dec 2024 22:26:15 -0500 Subject: [PATCH] skip gcc and speed up clang testing --- .github/workflows/libc-fullbuild-tests.yml | 5 +++-- .github/workflows/libc-overlay-tests.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/libc-fullbuild-tests.yml b/.github/workflows/libc-fullbuild-tests.yml index 6f612c9a585cf6..5947e07637cbdb 100644 --- a/.github/workflows/libc-fullbuild-tests.yml +++ b/.github/workflows/libc-fullbuild-tests.yml @@ -19,8 +19,9 @@ jobs: include: - c_compiler: clang cpp_compiler: clang++ - - c_compiler: gcc - cpp_compiler: g++ + # TODO: add back gcc build when it is fixed + # - c_compiler: gcc + # cpp_compiler: g++ steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/libc-overlay-tests.yml b/.github/workflows/libc-overlay-tests.yml index fbb912c3905a45..9b8109d0f67059 100644 --- a/.github/workflows/libc-overlay-tests.yml +++ b/.github/workflows/libc-overlay-tests.yml @@ -23,7 +23,7 @@ jobs: compiler: c_compiler: clang cpp_compiler: clang++ - cmake_config: + cmake_config: -GNinja - os: windows-latest compiler: c_compiler: clang-cl @@ -45,7 +45,7 @@ jobs: if: runner.os == 'Linux' run: | sudo apt-get update - sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev + sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build - name: Set reusable strings id: strings