This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=2c55113b69485a1f776f878a7bba777511354397

The following commit(s) were added to refs/heads/main by this push:
     new 2c55113b6 build: Partially revert the sanitizer for some functional 
tests in CI
2c55113b6 is described below

commit 2c55113b69485a1f776f878a7bba777511354397 (HEAD -> main)
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Mar 27 03:37:16 2024 +0100

    build: Partially revert the sanitizer for some functional tests in CI
    
    We cannot yet run some of the functional tests with the sanitizer
    support enabled, as there are tests that expect an empty stderr, which
    we might pollute from the output from at least the leak detector, and
    make them fail unintentionally.
    
    Revert the change for those for now.
    
    Fixes: commit ebd19171d8f63a3ebc01eed33c22d8af5ad0eb38
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8262b85fe..2565a91cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ author-check:
   stage: test
   script:
     - eatmydata apt -P pkg.dpkg.author-testing build-dep -qq -y .
-    - ./configure --enable-compiler-sanitizer
+    - ./configure
     - make -j$(nproc) authorcheck
            TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
 
@@ -30,7 +30,7 @@ unit-tests:
   stage: test
   script:
     - ./configure --enable-compiler-sanitizer
-    - make -j$(nproc) check
+    - make -j$(nproc) -C lib check
            TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
 
 # Test whether the unit tests pass on a VPATH build.

-- 
Dpkg.Org's dpkg

Reply via email to