Skip to content

Commit 5c8fba1

Browse files
skip gcc and speed up clang testing
1 parent 8482b9d commit 5c8fba1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
include:
2020
- c_compiler: clang
2121
cpp_compiler: clang++
22-
- c_compiler: gcc
23-
cpp_compiler: g++
22+
# TODO: add back gcc build when it is fixed
23+
# - c_compiler: gcc
24+
# cpp_compiler: g++
2425
steps:
2526
- uses: actions/checkout@v4
2627

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
compiler:
2424
c_compiler: clang
2525
cpp_compiler: clang++
26-
cmake_config:
26+
cmake_config: -GNinja
2727
- os: windows-latest
2828
compiler:
2929
c_compiler: clang-cl
@@ -45,7 +45,7 @@ jobs:
4545
if: runner.os == 'Linux'
4646
run: |
4747
sudo apt-get update
48-
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev
48+
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build
4949
5050
- name: Set reusable strings
5151
id: strings

0 commit comments

Comments
 (0)