mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
Fix podman detection
This commit is contained in:
parent
0701d81b41
commit
949f56d782
@ -33,7 +33,7 @@ REDOXFS_MKFS_FLAGS?=
|
||||
PODMAN_BUILD?=1
|
||||
## Enable sccache to speed up cargo builds
|
||||
## only do this by default if this is inside podman
|
||||
SSCACHE_BUILD?=$(PODMAN_BUILD)
|
||||
SSCACHE_BUILD?=$(shell [ -f /run/.containerenv ] && echo 1 || echo 0)
|
||||
## The containerfile to use for the Podman base image
|
||||
CONTAINERFILE?=podman/redox-base-containerfile
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user