From 9c6d117e83bd7b72136544736a9b5a7e9ed302a1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 29 Mar 2020 11:54:30 -0500 Subject: [PATCH] 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 --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bd0e030..f405257 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {