diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-11-11 09:04:14 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-11 09:03:11 +0100 |
commit | fa92cf29d971811ff8dd844ee1a1e2e12b79e389 (patch) | |
tree | 1f728ec4ca0690ba272ee9b47d3327d7dd231300 /.cirrus.yml | |
parent | fa8dd34e918cd80db215df8937aaf6bb1552fcd9 (diff) |
ci: Remove redundant valgrind fuzz task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6a496f00a3..415aa549f1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,14 +113,6 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh" task: - name: 'x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]' - << : *GLOBAL_TASK_TEMPLATE - container: - image: ubuntu:focal - env: - FILE_ENV: "./ci/test/00_setup_env_native_fuzz_with_valgrind.sh" - -task: name: 'x86_64 Linux [GOAL: install] [focal] [multiprocess]' << : *GLOBAL_TASK_TEMPLATE container: |