mirror of
https://github.com/curl/curl.git
synced 2026-07-05 08:27:15 +03:00
CI/azure: remove obsolete strategy for single builds
This shortens these CI job names on GitHub even more. Follow up to #8906 which also increased their timeout. Closes #8911
This commit is contained in:
parent
945c4bb701
commit
519e5e5f65
1 changed files with 0 additions and 11 deletions
|
|
@ -101,11 +101,6 @@ stages:
|
|||
timeoutInMinutes: 30
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
default:
|
||||
name: default
|
||||
install:
|
||||
steps:
|
||||
- script: autoreconf -fi && ./configure --without-ssl
|
||||
displayName: 'configure $(name)'
|
||||
|
|
@ -159,12 +154,6 @@ stages:
|
|||
timeoutInMinutes: 30
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
strategy:
|
||||
matrix:
|
||||
default:
|
||||
name: default
|
||||
install:
|
||||
|
||||
steps:
|
||||
- script: sudo apt-get update && sudo apt-get install -y clang-tools-10 clang-9 libssl-dev libssh2-1-dev libpsl-dev libbrotli-dev libzstd-dev
|
||||
displayName: 'apt install'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue