From a6bed18f0b3bc90b110ca98fffc0cff264fef073 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Mon, 24 Feb 2025 19:22:07 -0800 Subject: [PATCH] Use ubuntu 24 to build docker (#10202) Maybe addresses https://github.com/certbot/certbot/issues/10020 #10020 claims that without the verbose settings, build fail almost every time. In my one (1) test removing verbosity, it passed, so idk. BUT! It took [56 minutes](https://dev.azure.com/certbot/certbot/_build/results?buildId=8766&view=logs&j=fdd3565a-f3c6-5154-eca9-9ae03666f7bd&t=5dbd9851-46a4-524f-73a8-4028241afcde) instead of [37 on ubuntu 24](https://dev.azure.com/certbot/certbot/_build/results?buildId=8768&view=logs&j=fdd3565a-f3c6-5154-eca9-9ae03666f7bd&t=5dbd9851-46a4-524f-73a8-4028241afcde). Whether or not this actually fixes the underlying problem (still looking into that), that seems worthwhile to speed up. --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index ebf6b44e5..03a88f2a9 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -1,7 +1,7 @@ jobs: - job: docker_build pool: - vmImage: ubuntu-22.04 + vmImage: ubuntu-24.04 strategy: matrix: arm32v6: