mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'fix-podman' into 'master'
Fix podman build skipped See merge request redox-os/redox!1805
This commit is contained in:
commit
2b8f821c38
@ -33,7 +33,7 @@ else
|
||||
./target/release/repo fetch installer redoxfs
|
||||
endif
|
||||
|
||||
$(FSTOOLS_TAG):
|
||||
$(FSTOOLS_TAG): $(CONTAINER_TAG)
|
||||
ifeq ($(PODMAN_BUILD),1)
|
||||
$(PODMAN_RUN) make $@
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user