Commit Graph

3 Commits (master)

Author SHA1 Message Date
Dustin 9c6d117e83 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
2020-03-29 11:54:30 -05:00
Dustin ce8d1c3e72 Run on armv7hl agent
Although Podman can run containers from other architectures (i.e.
arm32v7 on aarch64), this does not allow building binaries for that
architecture.  As such, to build armv7hl binaries, the job must run on
an armv7hl agent.
2020-03-28 16:14:03 -05:00
Dustin 097c835e0b Initial commit 2020-03-27 14:21:13 -05:00