cirlceci: also run a c-ares job on arm with debug enabled

Closes #8357
This commit is contained in:
Daniel Stenberg 2022-01-31 10:03:15 +01:00
parent 609ea92718
commit 215325e22d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -46,6 +46,13 @@ commands:
./buildconf
./configure --enable-warnings --enable-werror --with-openssl --enable-ares
configure-cares-debug:
steps:
- run:
command: |
./buildconf
./configure --enable-debug --enable-werror --with-openssl --enable-ares
build:
steps:
- run: make V=1
@ -88,11 +95,21 @@ jobs:
- build
- test
arm-cares:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- install-cares
- configure-cares-debug
- build
- test
workflows:
x86-openssl:
jobs:
- basic
- cares
openssl-c-ares:
jobs:
@ -101,3 +118,7 @@ workflows:
arm-openssl:
jobs:
- arm
arm-openssl-c-ares:
jobs:
- arm-cares