Skip to content

Commit 667b6a2

Browse files
committed
ci: Adjust Cirrus CI task names (follow up)
"no depends" implies "only system libs".
1 parent dca80ff commit 667b6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ task:
107107
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
108108

109109
task:
110-
name: '[no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
110+
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
111111
<< : *GLOBAL_TASK_TEMPLATE
112112
container:
113113
image: ubuntu:focal
114114
env:
115115
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"
116116

117117
task:
118-
name: '[no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal]'
118+
name: '[no depends, sanitizers: fuzzer,address,undefined] [focal]'
119119
<< : *GLOBAL_TASK_TEMPLATE
120120
container:
121121
image: ubuntu:focal

0 commit comments

Comments
 (0)