Skip to content

Commit

Permalink
revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jul 7, 2022
1 parent b2f1aed commit cefb5b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ jobs:
${{ runner.os }}-ccache-linux-nodeps_${{ env.CCACHE_KEY_SUFFIX }}_
- name: Configure
run: > # disabling ninja because of race condition
run: >
cmake -B build -S .
-GNinja
-DCMAKE_CXX_COMPILER_LAUNCHER=$(find / -type f -name "ccache")
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_FLAGS=-Werror
Expand All @@ -312,6 +313,7 @@ jobs:
run: >
${SETUP} &&
cmake -B build -S .
-GNinja
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_FLAGS=-Werror
-DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
Expand All @@ -332,6 +334,7 @@ jobs:
run: >
${SETUP} &&
cmake -B build-downstream-nodeps -S Tests/DownstreamProjectNodeps
-GNinja
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_FLAGS=-Werror
-DCMAKE_PREFIX_PATH="${INSTALL_DIR}"
Expand Down

0 comments on commit cefb5b4

Please sign in to comment.