diff options
| author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2025-04-08 22:56:33 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-09 08:44:26 -0700 |
| commit | 832d9f6d0b57c353d18cf145835659ab5ac0124c (patch) | |
| tree | bd9a88dadf242bdb102ba31fac4617a780d96bfe /ci | |
| parent | Git 2.49 (diff) | |
| download | git-832d9f6d0b57c353d18cf145835659ab5ac0124c.tar.gz git-832d9f6d0b57c353d18cf145835659ab5ac0124c.zip | |
ci: upgrade `sparse` to supported build agents
The `sparse` job still uses the `ubuntu-20.04` runner pool, but that
pool is about to go away, so let's stop using it.
There is no `sparse-22.04` artifact provided by the "Build sparse for
Ubuntu" Azure Pipeline, but that is not necessary anyway because Ubuntu
22.04 has the `sparse` package: https://packages.ubuntu.com/jammy/sparse
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/install-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 0df74610d0..8700c0f292 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -119,7 +119,7 @@ StaticAnalysis) sparse) sudo apt-get -q update -q sudo apt-get -q -y install libssl-dev libcurl4-openssl-dev \ - libexpat-dev gettext zlib1g-dev + libexpat-dev gettext zlib1g-dev sparse ;; Documentation) sudo apt-get -q update |
