Commit f0d0ab75 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Disable sanitizer coverage

It turns out there was no sanitizer coverage before catching up with the
circleci changes from #4119 and there are leaks that may legitimately
fail the build. Until we get a chance to work on those leaks, we adopt
status quo and return to the previous (lack of) coverage.
parent 62fdc098
......@@ -403,8 +403,8 @@ workflows:
name: build_ubuntu_noble
dist: ubuntu
release: noble
rclass: large
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
# not actionable: rclass: large
# not actionable: extra_conf: --enable-asan --enable-ubsan
make_target: check
- build:
name: build_alpine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment