summaryrefslogtreecommitdiff
path: root/zuul.d
Commit message (Collapse)AuthorAgeFilesLines
* fixup use LIBS, not LDFLAFS to set -lmbagder/rustls-ci-bumpDaniel Stenberg2021-09-131-1/+1
|
* fixup yaml syntaxDaniel Stenberg2021-09-121-1/+1
|
* fixup test adding LDFLAGS=-lmDaniel Stenberg2021-09-111-0/+1
|
* zuul: bump the rustls job to use v0.7.2Daniel Stenberg2021-09-111-1/+1
|
* 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