Run outside container
I cannot seem to get podman to work on the armv7hl Fedora build. Attempting to start any container fails: > Error: open `proc`: No such file or directory: OCI runtime command not > found error As such, to build the wheels for Home Assistant, this job will have to run directly on the Jenkins node host OS for now. This means the native dependencies need to be installed: sudo dnf install openssl-devel libffi-develmaster
parent
ce8d1c3e72
commit
9c6d117e83
|
@ -1,11 +1,6 @@
|
|||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
label 'armv7hl'
|
||||
filename 'Containerfile'
|
||||
args '-u 0:0 -v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro'
|
||||
|
||||
}
|
||||
label 'armv7hl'
|
||||
}
|
||||
|
||||
environment {
|
||||
|
|
Reference in New Issue