Merge branch 'enable-podman' into 'master'

Enable Podman by default

See merge request redox-os/redox!1503
This commit is contained in:
Jeremy Soller 2024-09-20 21:54:59 +00:00
commit c2243f3379

View file

@ -30,7 +30,7 @@ HOST_CARGO=env -u RUSTUP_TOOLCHAIN -u CC -u TARGET cargo
## Flags to pass to redoxfs-mkfs. Add --encrypt to set up disk encryption
REDOXFS_MKFS_FLAGS?=
## Set to 1 to enable Podman build, any other value will disable it
PODMAN_BUILD?=0
PODMAN_BUILD?=1
## The containerfile to use for the Podman base image
CONTAINERFILE?=podman/redox-base-containerfile