]> git.scripts.mit.edu Git - git.git/commitdiff
ci: update coverity runs_on_pool reference
authorJeff King <peff@peff.net>
Thu, 9 May 2024 16:15:06 +0000 (12:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 May 2024 16:38:43 +0000 (09:38 -0700)
Commit 2d65e5b6a6 (ci: rename "runs_on_pool" to "distro", 2024-04-12)
renamed this variable for the main CI workflow, as well as in the ci/
scripts. Because the coverity workflow also relies on those scripts to
install dependencies, it needs to be updated, too. Without this patch,
the coverity build fails because we lack libcurl.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/coverity.yml

index 53cf12fe04442561e94f7176eb69c1e8e14a62f3..48341e81f49066836c838a7c6d38aa6be046ec69 100644 (file)
@@ -45,7 +45,7 @@ jobs:
       - run: ci/install-dependencies.sh
         if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
         env:
-          runs_on_pool: ${{ matrix.os }}
+          distro: ${{ matrix.os }}
 
       # The Coverity site says the tool is usually updated twice yearly, so the
       # MD5 of download can be used to determine whether there's been an update.