diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 19:16:23 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-09-08 20:17:04 +0200 |
commit | fae0295a799499268caca9c385ac4d7061543980 (patch) | |
tree | 72c9cf58a722ae01ee184098e77af8c0ac4b8fb7 /.cirrus.yml | |
parent | 5e3380b9f59481fc18e05b9d651c3c733abe4053 (diff) |
ci: Switch multiprocess to i686 build
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 5105e0a490..d72f0565a0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -235,7 +235,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh" task: - name: '[multiprocess, DEBUG] [focal]' + name: '[multiprocess, i686, DEBUG] [focal]' << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal @@ -244,7 +244,7 @@ task: env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV MAKEJOBS: "-j8" - FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh" + FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh" task: name: '[no wallet] [bionic]' |