mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
Cirrus: Fix 473d06045 / enable build_without_cgo
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -215,7 +215,8 @@ build_each_commit_task:
|
|||||||
on_failure:
|
on_failure:
|
||||||
failed_master_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_master_failure.sh'
|
failed_master_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_master_failure.sh'
|
||||||
|
|
||||||
build_without_cgo:
|
|
||||||
|
build_without_cgo_task:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- "gating"
|
- "gating"
|
||||||
@ -486,6 +487,7 @@ success_task:
|
|||||||
- "vendor"
|
- "vendor"
|
||||||
- "varlink_api"
|
- "varlink_api"
|
||||||
- "build_each_commit"
|
- "build_each_commit"
|
||||||
|
- "build_without_cgo"
|
||||||
- "meta"
|
- "meta"
|
||||||
- "testing"
|
- "testing"
|
||||||
- "special_testing_rootless"
|
- "special_testing_rootless"
|
||||||
@ -493,7 +495,6 @@ success_task:
|
|||||||
- "special_testing_cross"
|
- "special_testing_cross"
|
||||||
- "test_build_cache_images"
|
- "test_build_cache_images"
|
||||||
- "verify_test_built_images"
|
- "verify_test_built_images"
|
||||||
- "build_without_cgo"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
||||||
|
Reference in New Issue
Block a user