mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #8337 from cevich/weekly_nix_cache_invalidate
Cirrus: Invalidate static cache on VM image update
This commit is contained in:
@ -362,7 +362,8 @@ static_alt_build_task:
|
|||||||
# this cache ensures only the static podman binary is built.
|
# this cache ensures only the static podman binary is built.
|
||||||
nix_cache:
|
nix_cache:
|
||||||
folder: '/var/cache/nix'
|
folder: '/var/cache/nix'
|
||||||
fingerprint_script: cat nix/*
|
# Cirrus will calculate/use sha of this output as the cache key
|
||||||
|
fingerprint_script: echo "${IMAGE_SUFFIX}" && cat nix/*
|
||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
main_script: *main
|
main_script: *main
|
||||||
always: *binary_artifacts
|
always: *binary_artifacts
|
||||||
|
Reference in New Issue
Block a user