Skip to content

Commit

Permalink
ci: Disable building with sanitizers because of asan trigger inside u…
Browse files Browse the repository at this point in the history
…pstream code.
  • Loading branch information
Jezurko committed Oct 8, 2024
1 parent a0f638b commit dd8528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
llvm-version: [19]
image-version: [22.04]
build-type: [Release, Debug]
sanitizers: [ON, OFF]
sanitizers: [OFF]
features: ["nosarif", "sarif"]

runs-on: ubuntu-${{ matrix.image-version }}
Expand Down

0 comments on commit dd8528a

Please sign in to comment.