Merge branch 'fstools-fetch' into 'master'

Fix fetching fstools when locked to binary

See merge request redox-os/redox!2150
This commit is contained in:
Jeremy Soller 2026-05-16 09:37:00 -06:00
commit ca3cf86d80

View File

@ -32,7 +32,7 @@ fstools_fetch: $(FSTOOLS_TAG) FORCE
ifeq ($(PODMAN_BUILD),1)
$(PODMAN_RUN) make $@
else
$(REPO_BIN) fetch installer redoxfs
$(REPO_BIN) fetch host:installer host:redoxfs
endif
CARGO_OFFLINE_FLAG=