summaryrefslogtreecommitdiff
path: root/logo
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2021-01-25 12:02:22 +0100
committerSascha Grunert <mail@saschagrunert.de>2021-01-27 16:15:23 +0100
commitf8bf509d16edaf9016d0b73265b3159c9bcaa223 (patch)
tree6e1580c3d67a743ac481f5962d63bd41f91a46ff /logo
parent479fc226044b745ecaafc2d5fa925afe6ca06de0 (diff)
downloadpodman-f8bf509d16edaf9016d0b73265b3159c9bcaa223.tar.gz
podman-f8bf509d16edaf9016d0b73265b3159c9bcaa223.tar.bz2
podman-f8bf509d16edaf9016d0b73265b3159c9bcaa223.zip
Fix static build cache by using cachix
It looks like we always hit the caching issue in Cirrus CI described within #8313. A solution around that is to use cachix, which has been pre-populated from my local machine. To push all (runtime and build) dependencies, we can leverage a pre-populated store by: ``` > nix-store -qR --include-outputs $(nix-instantiate nix/default.nix) | cachix push podman ``` The cache can be re-used by everybody to rapidly build static Podman binaries: https://app.cachix.org/cache/podman [NO TESTS NEEDED] Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
Diffstat (limited to 'logo')
0 files changed, 0 insertions, 0 deletions