From 713a2f6dd5b15e09bee0e195b359b456d77cac5e Mon Sep 17 00:00:00 2001 From: vector-of-bool Date: Thu, 25 Apr 2024 23:38:06 -0600 Subject: [PATCH] Clang 16/17 are good again --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec9c62e..eb2fe89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,8 @@ jobs: - name: Build and Test run: bash tools/earthly.sh +build-gcc-10.3 - # XXX: BROKEN due to compiler bugs. Investigate at a later date. build-clang16: - name: Build for Clang 16 [Compiler bugs] + name: Build for Clang 16 runs-on: ubuntu-latest if: ${{false}} # Skipped steps: @@ -50,7 +49,7 @@ jobs: run: bash tools/earthly.sh +build-clang-16 build-clang17: - name: Build for Clang 17 [Compiler bugs] + name: Build for Clang 17 runs-on: ubuntu-latest if: ${{false}} # Skipped steps: