[PATCH] D152064: CI: run "apt update" once per job before installing packages

Charles the Thobe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 10:32:57 PDT 2023


charlesthobe updated this revision to Diff 528120.
charlesthobe added a comment.

Use "apt update" before "llvm/actions/install-ninja" which uses "apt install" without "apt update" beforehand
Apt update is now its own step for ease of readability and a less hacky looking solution with running it within the first step which installs packages


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152064/new/

https://reviews.llvm.org/D152064

Files:
  .github/workflows/libclang-abi-tests.yml
  .github/workflows/llvm-tests.yml
  .github/workflows/release-binaries.yml
  .github/workflows/release-tasks.yml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152064.528120.patch
Type: text/x-patch
Size: 3876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230603/3b613e0c/attachment.bin>


More information about the llvm-commits mailing list