Skip to content

Commit

Permalink
dnsdist: Try to work around a LTO issue by switching to clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Dec 10, 2024
1 parent 3c31aa6 commit d82272a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
container:
image: "${{ needs.get-runner-container-image.outputs.id }}:${{ needs.get-runner-container-image.outputs.tag }}"
env:
CLANG_VERSION: '14'
SANITIZERS: ${{ matrix.sanitizers }}
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ env.REPO_HOME }}/build-scripts/UBSan.supp"
UNIT_TESTS: yes
Expand Down

0 comments on commit d82272a

Please sign in to comment.