Podman-fedora-rawhide-build: Difference between revisions

From Libreswan
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
= Quick howto =
= Quick howto =


== build podman image of Fedora rawhide and compile ==
== Build podman image of Fedora rawhide and compile ==
<pre>
<pre>
sudo make DISTRO=fedora DISTRO_REL=rawhide TRAVIS_ENABLED=true travis-docker-image
sudo make DISTRO=fedora DISTRO_REL=rawhide TRAVIS_ENABLED=true travis-docker-image

Latest revision as of 21:04, 25 January 2020

Quick howto

Build podman image of Fedora rawhide and compile

sudo make DISTRO=fedora DISTRO_REL=rawhide TRAVIS_ENABLED=true travis-docker-image
sudo make PWD=$PWD DISTRO=fedora DISTRO_REL=rawhide TRAVIS_ENABLED=true travis-docker-start
make DISTRO=fedora DISTRO_REL=rawhide  TRAVIS_ENABLED=true travis-docker-make
#to get shell on rawhide
sudo podman exec -ti swanbase /bin/bash

Stop podman instance

sudo podman stop swanbase
sudo podman rm swanbase