[all-commits] [llvm/llvm-project] 76b018: [Github] Move agent container to separate tar archive
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jan 21 17:37:57 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76b01875d355eea97f3255b1ecb059b1db487757
https://github.com/llvm/llvm-project/commit/76b01875d355eea97f3255b1ecb059b1db487757
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M .github/workflows/build-ci-container.yml
Log Message:
-----------
[Github] Move agent container to separate tar archive
This patch makes the build container job save the agent container image to a
separate tar file rather than bundling it in with the existing tar file. For
some reason, running podman save with two container images and then loading
that single tar file gets rid of the agent image and we end up with two
copies of the original image. This means that premerge jobs will fail with
the agent image because they cannot find the run.sh script.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list