Skip to content

Commit 3816898

Browse files
committed
Switch ubuntu-gcc-build-codecov to Ninja and comment out needs dependencies in GitHub workflow file
1 parent f45801a commit 3816898

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -978,9 +978,9 @@ jobs:
978978
PPC_NUM_THREADS: 13
979979
ubuntu-gcc-build-codecov:
980980
needs:
981-
- ubuntu-gcc-test-extended
982-
- ubuntu-clang-test-extended
983-
- macos-clang-test-extended
981+
# - ubuntu-gcc-test-extended
982+
# - ubuntu-clang-test-extended
983+
# - macos-clang-test-extended
984984
runs-on: ubuntu-24.04
985985
steps:
986986
- uses: actions/checkout@v4
@@ -999,7 +999,7 @@ jobs:
999999
max-size: 1G
10001000
- name: CMake configure
10011001
run: >
1002-
cmake -S . -B build
1002+
cmake -S . -B build -GNinja
10031003
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
10041004
-D CMAKE_BUILD_TYPE=RELEASE
10051005
-D CMAKE_VERBOSE_MAKEFILE=ON -D USE_COVERAGE=ON

0 commit comments

Comments
 (0)