Skip to content

Commit fa41810

Browse files
author
MarcoFalke
committed
ci: Run valgrind fuzzer on cirrus
1 parent a57af89 commit fa41810

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ task:
6666
image: ubuntu:focal
6767
env:
6868
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"

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ jobs:
109109
env: >-
110110
FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh"
111111
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-
117112
- stage: test
118113
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
119114
env: >-

0 commit comments

Comments
 (0)