Skip to content

Commit

Permalink
skip gcc and speed up clang testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 8, 2024
1 parent 8482b9d commit 5c8fba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/libc-fullbuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/libc-overlay-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5c8fba1

Please sign in to comment.