diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-14 04:35:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 04:35:32 -0500 |
commit | 4e4477cae6000a74d6bf7845c87faeedf98e6922 (patch) | |
tree | 7e487c229aea9a912e6dac2ef0f138bb25584ab2 | |
parent | b2ac2a3f10a8eaf9a2bc9040bacd3a2a94decbd0 (diff) | |
parent | 1231665e54689f8923ae37f14d1f6cec9f66440a (diff) | |
download | podman-4e4477cae6000a74d6bf7845c87faeedf98e6922.tar.gz podman-4e4477cae6000a74d6bf7845c87faeedf98e6922.tar.bz2 podman-4e4477cae6000a74d6bf7845c87faeedf98e6922.zip |
Merge pull request #8967 from cevich/install_tools_for_alt_build
Ensure install.tools for alt build task
-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 |