Add --locked to fstools to fix build

This commit is contained in:
Wildan M 2026-03-28 15:09:40 +07:00
parent f58e11a168
commit 846679102c
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -21,8 +21,8 @@ else
# Compile installer and redoxfs for host (may be outside of podman container)
cd $@.partial && \
export CARGO_TARGET_DIR=../$@-target && \
$(HOST_CARGO) install --root . --path recipes/core/installer/source $(INSTALLER_FEATURES) && \
$(HOST_CARGO) install --root . --path recipes/core/redoxfs/source $(REDOXFS_FEATURES)
$(HOST_CARGO) install --root . --path recipes/core/installer/source --locked $(INSTALLER_FEATURES) && \
$(HOST_CARGO) install --root . --path recipes/core/redoxfs/source --locked $(REDOXFS_FEATURES)
mv $@.partial $@
touch $@