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-devel
master
Dustin 2020-03-29 11:54:30 -05:00
parent ce8d1c3e72
commit 9c6d117e83
1 changed files with 1 additions and 6 deletions

7
Jenkinsfile vendored
View File

@ -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 {