| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Something in that environment sets XDG_CONFIG_HOME for us in a way that
breaks the test.
Reported-by: Marc Hörsken
Fixes #6739
Closes #6777
|
|
|
|
|
|
|
| |
As of this month Azure DevOps uses Ubuntu 20.04 LTS which
no longer supports Python 2 and instead ships Python 3.
Closes #6678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce a new runtests.pl command option: -rm
For now only required and implemented for Windows.
Ignore stunnel logs due to long running processes.
Requires Sysinternals handle[64].exe to be on PATH.
Reviewed-by: Jay Satiro
Ref: #6058
Closes #6179
|
|
|
|
| |
Closes #6172
|
|
|
|
|
|
|
|
| |
Remove CURLALTSVC_IMMEDIATELY, which was never implemented/supported.
alt-svc support in curl is no longer considered experimental
Closes #5868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install curl binaries into MinGW bin folder and use that
for the tests in order to avoid libtool wrapper binaries.
The libtool wrapper binaries (not scripts) on Windows seem
to be one of the possible causes for the following issues:
1. Process output can be lost in the wrapper process chain.
2. Killing the wrapper process does not kill the actual one.
Derived from #5904
Closes #6049
|
|
|
|
|
|
|
| |
It's just too flaky there
Reviewed-by: Marc Hoersken
Closes #5954
|
|
|
|
|
|
|
| |
Reviewed-by: Daniel Stenberg
Follow up to #5858
Closes #5903
|
|
|
|
|
| |
Follow up to #5771
Closes #5889
|
|
|
|
|
|
| |
Also avoid naming conflict of TFLAGS env and tflags variables.
Closes #5776
|
|
|
|
|
|
|
|
|
| |
This enables building and running the SFTP tests.
Unfortunately OpenSSH for Windows does not support SCP (yet).
Reviewed-by: Daniel Stenberg
Closes #5721
|
|
|
|
|
|
|
|
|
| |
Avoid aborted jobs due to performance issues on Azure DevOps.
Reviewed-by: Daniel Stenberg
Reviewed-by: Jay Satiro
Closes #5738
|
|
|
|
|
|
|
| |
Reviewed-by: Marcel Raad
Follow up to #5694
Closes #5706
|
|
|
|
|
|
|
|
|
| |
include zstd curl patch for Makefile.m32 from vszakats
and include Add CMake support for zstd from Peter Wu
Helped-by: Viktor Szakats
Helped-by: Peter Wu
Closes #5453
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also includes the following changes:
- Use the same timeout for all jobs on Linux (60 minutes)
and Windows (90 minutes)
- Use CLI stable apt-get install -y instead of apt install
which warns about that and run apt-get update first
- Enable MQTT for Windows msys2 builds instead of
legacy msys1 builds
- Add ./configure --prefix parameter to the msys2 builds
- The MSYSTEM environment variable is now preset inside
the container images for the msys2 builds
Note: on Azure Pipelines the matrix strategy is basically
just a simple list of job copies and not really a matrix.
Closes #5468
|
|
|
|
| |
Align Azure Pipelines with GitHub Actions.
|
| |
|
|
|
|
| |
The current demand on Azure negatively impacts the CI performance.
|
|
|
|
|
|
|
|
|
| |
Reduce workload on Azure Pipelines and Travis CI while
consolidating macOS jobs onto less utilized GitHub Actions.
Reviewed-by: Daniel Stenberg
Closes #5124
|
|
|
|
|
|
|
|
|
| |
Reported by the new script 'scripts/copyright.pl'. The script has a
regex whitelist for the files that don't need copyright headers.
Removed three (mostly usesless) README files from docs/
Closes #5141
|
|
|
|
|
|
|
|
|
|
| |
Workaround posted here: microsoft/azure-pipelines-agent#2864
Assisted-by: Simon Chalifoux
Assisted-by: Tommy Petty
Fixes #5117
Closes #5129
|
| |
|
|
|
|
|
|
| |
For some reason the torture builds have slowed down recently.
Reported-by: Daniel Stenberg
|
|
|
|
| |
Closes #5111
|
| |
|
| |
|
|
|
|
|
|
|
| |
This enables the development of a solution for the failing tests by
running them on CI while ignoring their result for the overall status.
Closes #4994
|
| |
|
| |
|
|
|
|
| |
Make the configure step more descriptive and align others.
|
| |
|
|
|
|
| |
Recently added tests increased their runtime above the limit of 60min.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Because of:
brotli/decode.h:204:33: error: variable length array used [-Werror,-Wvla]
const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
Closes #4925
|
|
|
|
|
|
|
| |
Error: cmake 3.15.5 is already installed
To upgrade to 3.16.1, run `brew upgrade cmake`.
Closes #4723
|
|
|
|
|
|
| |
Uses --shallow=25 to keep it small enough to get through in time.
Closes #4712
|
|
|
|
|
|
| |
Skipping all FTP tests for speed reasons.
Closes #4697
|
| |
|
|
|
|
|
|
| |
Removed the macos libssh2 build from travis
Closes #4686
|
|
|
|
| |
Closes #4685
|
|
|
|
|
|
| |
... removed two from travis (that now runs on azure instead)
Closes #4671
|
|
|
|
| |
To match travis and give more info on failures.
|
| |
|
|
[skip ci]
|