From fa92cf29d971811ff8dd844ee1a1e2e12b79e389 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 11 Nov 2020 09:04:14 +0100 Subject: [PATCH] ci: Remove redundant valgrind fuzz task --- .cirrus.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6a496f00a3..415aa549f1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -112,14 +112,6 @@ task: env: 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