From 1231665e54689f8923ae37f14d1f6cec9f66440a Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 13 Jan 2021 15:05:04 -0500 Subject: 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 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf