[6.0] f0d0ab75f circleci: Disable sanitizer coverage

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Jun 21 13:43:13 UTC 2024


commit f0d0ab75fa876a570ca1c157fdbb113a40e868cf
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Jun 19 19:38:49 2024 +0200

    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.

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9476ca00d..d6424cac5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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


More information about the varnish-commit mailing list