CI: move no-verbose build from Circle CI to existing GHA jobs, with tests

To test it in GHA and catch issues at PR time. Before this patch,
Circle CI caught them after pushing to master (or non-fork PR
branches.) GHA also run runtests, pytests and static analysis on
these builds, after this patch.

- GHA/linux: enable no-verbose in an existing job.
- GHA/linux: enable no-verbose in the H3 scan-build job too.
- GHA/macos: enable no-verbose in one build (= 3 jobs with different
  compilers).
- GHA/codeql: enable no-verbose in the MultiSSL Linux build.
- circleci: delete openssl no-verbose job in favor of the above.

Closes #18797
This commit is contained in:
Viktor Szakats 2025-10-01 22:07:37 +02:00
parent dba87aea7d
commit af7900fb28
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 5 additions and 24 deletions

View file

@ -70,15 +70,6 @@ commands:
--with-openssl \
|| { tail -1000 config.log; false; }
configure-openssl-no-verbose:
steps:
- run:
command: |
autoreconf -fi
./configure --disable-dependency-tracking --enable-option-checking=fatal --enable-unity --enable-werror \
--with-openssl --disable-verbose \
|| { tail -1000 config.log; false; }
configure-no-proxy:
steps:
- run:
@ -139,14 +130,6 @@ jobs:
- build
- test
no-verbose:
executor: ubuntu
steps:
- checkout
- install-deps
- configure-openssl-no-verbose
- build
no-proxy:
executor: ubuntu
steps:
@ -216,10 +199,6 @@ workflows:
jobs:
- no-proxy
openssl-no-verbose:
jobs:
- no-verbose
arm-openssl:
jobs:
- arm