ci: Remove redundant valgrind fuzz task

This commit is contained in:
MarcoFalke 2020-11-11 09:04:14 +01:00
parent fa8dd34e91
commit fa92cf29d9
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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