Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! ci: Use presets action but override compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
VJanKraemer committed Sep 16, 2024
1 parent 470e7a0 commit 3241543
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang-relwithdebinfo
do-package: ${{ inputs.do_package }}
retention-days: ${{ inputs.retention_days }}
cmake-args: "-DCMAKE_BUILD_TYPE=Release \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang-relwithdebinfo
do-package: ${{ inputs.do_package }}
retention-days: ${{ inputs.retention_days }}
cmake-args: "-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang14-relwithdebinfo
preset-name: clang-relwithdebinfo
do-package: false
cmake-args: "-D SILKIT_ENABLE_ASAN=ON -D SILKIT_BUILD_DASHBOARD=OFF \
-DCMAKE_C_COMPILER=clang-18 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang14-relwithdebinfo
preset-name: clang-relwithdebinfo
do-package: false
cmake-args: "-D SILKIT_ENABLE_THREADSAN=ON -D SILKIT_BUILD_DASHBOARD=OFF \
-DCMAKE_C_COMPILER=clang-18 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true
- uses: ./.github/actions/build-cmake-preset
with:
preset-name: clang14-relwithdebinfo
preset-name: clang-relwithdebinfo
do-package: false
cmake-args: "-D SILKIT_ENABLE_UBSAN=ON -D SILKIT_BUILD_DASHBOARD=OFF \
-DCMAKE_C_COMPILER=clang-18 \
Expand Down

0 comments on commit 3241543

Please sign in to comment.