summaryrefslogtreecommitdiff
path: root/zuul.d
Commit message (Collapse)AuthorAgeFilesLines
* zuul: remove the clang-tidy jobDaniel Stenberg2022-08-301-19/+0
| | | | | | | | Turns out we don't see the warnings, but the warnings right now are plain ridiculous and unhelpful so we can just as well just kill this job. Closes #9390
* gha: move over ngtcp2-gnutls CI job from zuulDaniel Stenberg2022-08-271-36/+0
| | | | Closes #9331
* GHA: mv CI torture test from ZuulDaniel Stenberg2022-08-161-17/+0
| | | | Closes #9310
* GHA: move libressl CI from zuul to GitHubDaniel Stenberg2022-08-141-14/+0
| | | | Closes #9309
* copyright: make repository REUSE compliantmax.mehl2022-06-134-4/+12
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* zuul: fix the ngtcp2-gnutls buildDaniel Stenberg2022-05-101-0/+4
| | | | | | | | Add packages and tweak the configure options. Use the GnuTLS 3.7.4 branch (not main). Closes #8829
* GHA: move bearssl jobs over from zuulDaniel Stenberg2022-04-071-15/+0
| | | | Closes #8684
* GHA: add openssl3 jobs moved over from zuulDaniel Stenberg2022-04-071-36/+0
| | | | Closes #8683
* gha: move the event-based test over from ZuulDaniel Stenberg2022-03-211-17/+0
| | | | | | Switched libssh2 to libssh Closes #8490
* CI: move the NSS job from zuul to GHADaniel Stenberg2022-02-071-20/+0
| | | | Closes #8396
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-12/+0
| | | | | | TPF was the only user and support for that was dropped. Closes #8378
* CI: move two jobs from Zuul to Circle CIDaniel Stenberg2022-01-311-31/+0
| | | | | | | - openssl-no-verbose - openssl-no-proxy Closes #8359
* ci: move the OpenSSL + c-ares job from Zuul to Circle CIDaniel Stenberg2022-01-311-13/+0
| | | | Closes #8357
* CI: move scan-build job from Zuul to Azure PipelinesDaniel Stenberg2022-01-271-21/+0
| | | | Closes #8338
* CI: move 'distcheck' job from zuul to azure pipelinesDaniel Stenberg2022-01-271-14/+0
| | | | | | Assisted-by: Kushal Das Closes #8334
* mesalink: remove supportDaniel Stenberg2022-01-101-17/+0
| | | | | | | | | Mesalink has ceased development. We can no longer encourage use of it. It seems to be continued under the name TabbySSL, but no attempts have (yet) been to make curl support it. Fixes #8188 Closes #8191
* CI: move the rustls CI job to GHA from ZuulDaniel Stenberg2022-01-091-17/+0
| | | | Closes #8251
* zuul: remove the mbedtls jobsDaniel Stenberg2022-01-031-38/+1
| | | | | | Now running as github workflows Closes #8215
* zuul: remove the wolfssl even moreDaniel Stenberg2021-12-301-17/+0
| | | | Follow-up to 1914465cf180d32b3d
* HTTP3: update quiche build instructionsAlessandro Ghedini2021-12-031-1/+1
| | | | | | | The repo repo was re-organized a bit, so the build instructions need to be updated. Closes #8076
* tests/CI.md: add more information on CI environmentsKevin Burke2021-11-231-0/+5
| | | | | Fixes #8012 Closes #8022
* zuul.d: update rustls-ffi to version 0.8.2Kevin Burke2021-11-151-1/+1
| | | | | | | | This version fixes errors with ALPN negotiation in rustls, which is necessary for HTTP/2 support. For more information see the rustls-ffi changelog. Closes #8013
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-111-0/+1
| | | | Closes #7956
* zuul: update build environment for rustls-ffi 0.8.0Kevin Burke2021-11-111-2/+2
|
* zuul.d/jobs: disable three tests for *-openssl-disable-proxyDaniel Stenberg2021-09-131-0/+1
| | | | | | | ... as they mysteriously seem to permfail without being related to proxy. Closes #7714
* zuul: bump the rustls job to use v0.7.2Daniel Stenberg2021-09-131-1/+2
| | | | | | ... and add -lm when using a rust library. Closes #7701
* zuul: add an mbedtls3 CI jobDaniel Stenberg2021-08-091-0/+19
| | | | Closes #7544
* curl-openssl.m4: check lib64 for the pkg-config fileDaniel Stenberg2021-07-261-1/+1
| | | | | | | | OpenSSL recently started putting the libs in $prefix/lib64 on 'make install', so we check that directory for pkg-config data if the 'lib' check fails. Closes #7503
* zuul: use the new rustls directory nameDaniel Stenberg2021-06-301-1/+1
| | | | | | | | Follow-up to 6d972c8b1cbb3 which missed updating this directory name. Also no longer call it crustls in the docs and bump to rusttls-ffi 0.7.1 Closes #7311
* copyright: add boiler-plate headers to CI config filesDaniel Stenberg2021-06-294-0/+84
| | | | | | And whitelist .zuul.ignore Closes #7314
* CI: remove travis detailsDaniel Stenberg2021-06-292-2/+2
| | | | | | Rename still used leftovers to "zuul" as that's now the CI using them. Closes #7313
* curstls: bump crustls version and use new URLJacob Hoffman-Andrews2021-06-271-1/+1
| | | | | | | crustls moved to https://github.com/rustls/rustls-ffi. This also bumps the expected version to 0.7.0. Closes #7297
* zuul: add two missing CI jobsDaniel Stenberg2021-06-151-1/+2
| | | | | | ... that were configured, just not run Closes #7261
* CI: add jobs using ZuulMohammed Naser2021-06-145-0/+636
It also includes a few changes to get the builds going: - Added autoconf to common dependencies - Added automake to common dependencies - Added libtool to common dependencies - Added libssl-dev to common dependencies Co-authored-by: Albin Vass Closes #7245