diff options
author | Sascha Grunert <mail@saschagrunert.de> | 2021-01-25 12:02:22 +0100 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-02-01 10:17:29 -0500 |
commit | bf0eb84f8bc54063797f450bdb85d61ce22f2683 (patch) | |
tree | 2e5584e82dc7c792cc698f88065477ffc50b7fa3 /CONTRIBUTING.md | |
parent | 745fa4ac94c3ec99becd85f59d1b59c2c9765527 (diff) | |
download | podman-bf0eb84f8bc54063797f450bdb85d61ce22f2683.tar.gz podman-bf0eb84f8bc54063797f450bdb85d61ce22f2683.tar.bz2 podman-bf0eb84f8bc54063797f450bdb85d61ce22f2683.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 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions