mirror of https://github.com/containers/podman.git
Merge pull request #8967 from cevich/install_tools_for_alt_build
Ensure install.tools for alt build task
This commit is contained in:
commit
4e4477cae6
|
@ -317,6 +317,8 @@ alt_build_task:
|
||||||
ALT_NAME: 'Test build RPM'
|
ALT_NAME: 'Test build RPM'
|
||||||
- env:
|
- env:
|
||||||
ALT_NAME: 'Alt Arch. Cross'
|
ALT_NAME: 'Alt Arch. Cross'
|
||||||
|
gopath_cache: *ro_gopath_cache
|
||||||
|
clone_script: *noop # Comes from cache
|
||||||
setup_script: *setup
|
setup_script: *setup
|
||||||
main_script: *main
|
main_script: *main
|
||||||
always: *binary_artifacts
|
always: *binary_artifacts
|
||||||
|
|
Loading…
Reference in New Issue