From: Evgeny Vereshchagin Date: Sat, 27 Mar 2021 11:25:10 +0000 (+0000) Subject: ci: turn on ASan on CIFuzz X-Git-Tag: lxc-5.0.0~237^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2606302dead642b1f4a352c6804cd7ab5a6c20e;p=thirdparty%2Flxc.git ci: turn on ASan on CIFuzz Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 087ceeea6..30d4e0d64 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -29,7 +29,7 @@ jobs: with: oss-fuzz-project-name: 'lxc' fuzz-seconds: 180 - dry-run: true + dry-run: ${{ matrix.sanitizer != 'address' }} sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash uses: actions/upload-artifact@v1