From: Michael R Sweet Date: Wed, 27 Mar 2024 18:32:00 +0000 (-0400) Subject: Don't use sanitizer on macOS due to performance issues on Github Actions servers. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930c2c9c05716f6a773eddfa4ff06afef8ce8efd;p=thirdparty%2Fcups.git Don't use sanitizer on macOS due to performance issues on Github Actions servers. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05fba122df..8955294735 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: configure - run: ./configure --enable-debug --enable-maintainer --enable-sanitizer + run: ./configure --enable-debug --enable-maintainer - name: make run: make - name: test