Temporarily compile using Clang 17

This commit is contained in:
Bart Thomee
2025-07-22 10:44:19 -04:00
parent 5a2004332b
commit 95a8d84f1f

View File

@@ -129,7 +129,7 @@ jobs:
distro: ubuntu
codename: jammy
- compiler: clang
compiler_version: 16
compiler_version: 17
distro: debian
codename: bookworm
cmake-args:
@@ -365,10 +365,8 @@ jobs:
instrumentation-build:
if: ${{ github.event_name == 'push' || github.event.pull_request.draft != true || contains(github.event.pull_request.labels.*.name, 'DraftRunCI') }}
env:
CLANG_RELEASE: 16
runs-on: [self-hosted, heavy]
container: ghcr.io/xrplf/ci/debian-bookworm:clang-16
container: ghcr.io/xrplf/ci/debian-bookworm:clang-17
steps:
- name: checkout