diff options
author | Chris Evich <cevich@redhat.com> | 2021-01-13 15:05:04 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-01-13 15:34:58 -0500 |
commit | 1231665e54689f8923ae37f14d1f6cec9f66440a (patch) | |
tree | faa95cd6689f81fa6f539224509edbc48dd63534 /.cirrus.yml | |
parent | bbff9c8710870bbadbaf2e69e827db30c109bbb9 (diff) | |
download | podman-1231665e54689f8923ae37f14d1f6cec9f66440a.tar.gz podman-1231665e54689f8923ae37f14d1f6cec9f66440a.tar.bz2 podman-1231665e54689f8923ae37f14d1f6cec9f66440a.zip |
Cirrus: Utilize $GOPATH cache for alt_build task
Specifically, the result of 'make install.tools' is needed. Part of
that target installs tooling into `$GOPATH/bin`. A future commit
requires this tooling for the `Build Each Commit` item of the
alt_build matrix. Re-use the cache of this directory for this
task to ensure the necessary tooling/libraries are available.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f04fcaba1..9233d9668 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -317,6 +317,8 @@ alt_build_task: ALT_NAME: 'Test build RPM' - env: ALT_NAME: 'Alt Arch. Cross' + gopath_cache: *ro_gopath_cache + clone_script: *noop # Comes from cache setup_script: *setup main_script: *main always: *binary_artifacts |