From 95a8d84f1f449fa809c38677d931e5584e72c6df Mon Sep 17 00:00:00 2001 From: Bart Thomee <11445373+bthomee@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:44:19 -0400 Subject: [PATCH] Temporarily compile using Clang 17 --- .github/workflows/nix.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 2b6fb70930..e0e0dafe05 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -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