diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-30 08:49:55 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-04-30 08:33:07 +0200 |
commit | faeabef4f386009847a0f91041d44e6f31eec618 (patch) | |
tree | 2de81f6ef4d6fd4fdea0bcbedcb48970fcb8852a /.cirrus.yml | |
parent | 480bf01c295527bd212964efe4df3bb886db5654 (diff) |
ci: Enable D_GLIBCXX_DEBUG for multiprocess task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e353101ecc..390192bfc6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -161,7 +161,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh" task: - name: '[multiprocess] [focal]' + name: '[multiprocess, DEBUG] [focal]' << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal |