diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-10 09:52:31 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-07-10 09:52:31 -0400 |
commit | 61b20df9e66f3eb569d43a462dc4ec98aa01850a (patch) | |
tree | 27af04f8131fa07556a3c3fba33bdb4a47a7cfa2 /.cirrus.yml | |
parent | 81e722d08617ee19235bf57de6d86124e6b4574a (diff) | |
download | podman-61b20df9e66f3eb569d43a462dc4ec98aa01850a.tar.gz podman-61b20df9e66f3eb569d43a462dc4ec98aa01850a.tar.bz2 podman-61b20df9e66f3eb569d43a462dc4ec98aa01850a.zip |
Cirrus: Fix 473d06045 / enable build_without_cgo
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index dac41dc5f..68fd102d7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -215,7 +215,8 @@ build_each_commit_task: on_failure: failed_master_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_master_failure.sh' -build_without_cgo: + +build_without_cgo_task: depends_on: - "gating" @@ -486,6 +487,7 @@ success_task: - "vendor" - "varlink_api" - "build_each_commit" + - "build_without_cgo" - "meta" - "testing" - "special_testing_rootless" @@ -493,7 +495,6 @@ success_task: - "special_testing_cross" - "test_build_cache_images" - "verify_test_built_images" - - "build_without_cgo" env: CIRRUS_WORKING_DIR: "/usr/src/libpod" |