diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-04 23:17:31 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-04 23:17:31 +0200 |
commit | 667b6a29df9a328cbb57bf27de63bbdf8d36e2ae (patch) | |
tree | 642d088d81acfe307f50b52d638a3fd29f4fe23a /.cirrus.yml | |
parent | dca80ffb45fcc8e6eedb6dc481d500dedab4248b (diff) |
ci: Adjust Cirrus CI task names (follow up)
"no depends" implies "only system libs".
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3a9e49b231..8fa2e52dde 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -107,7 +107,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" task: - name: '[no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]' + name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]' << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal @@ -115,7 +115,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" task: - name: '[no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal]' + name: '[no depends, sanitizers: fuzzer,address,undefined] [focal]' << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal |