File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 66
66
image : ubuntu:focal
67
67
env :
68
68
FILE_ENV : " ./ci/test/00_setup_env_native_asan.sh"
69
+
70
+ task :
71
+ name : ' x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
72
+ << : *GLOBAL_TASK_TEMPLATE
73
+ container :
74
+ image : ubuntu:focal
75
+ env :
76
+ FILE_ENV : " ./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
Original file line number Diff line number Diff line change @@ -109,11 +109,6 @@ jobs:
109
109
env : >-
110
110
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh"
111
111
112
- - stage : test
113
- name : ' x86_64 Linux [GOAL: install] [focal] [no depends, only system libs, fuzzers under valgrind]'
114
- env : >-
115
- FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
116
-
117
112
- stage : test
118
113
name : ' x86_64 Linux [GOAL: install] [xenial] [no wallet]'
119
114
env : >-
You can’t perform that action at this time.
0 commit comments