Skip to content

Commit

Permalink
Remove unnecessary lines in Ubuntu Clang runner
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Mar 5, 2025
1 parent c328c4f commit c116a24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,7 @@ jobs:

runs-on: ubuntu-24.04

# NOTE: Clang is currently buggy on Ubuntu. Hence, we temporarily allow
# this job to fail.
continue-on-error: true

env:
LOCAL: ${{ github.workspace }}/local
LDFLAGS: "-Wl,-rpath,$LOCAL/lib"
CC: "clang"
FLINT_TEST_MULTIPLIER: "5"

Expand Down

0 comments on commit c116a24

Please sign in to comment.