Add notes for developing rust std

This commit is contained in:
Wildan M 2026-02-12 12:40:02 +07:00
parent 83a7659262
commit cf8a4de59b
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -337,6 +337,9 @@ else
cp -r "$(RUST_TARGET)/stage/usr/". "$@.partial"
cp -r "$(LLVM_TARGET)/stage/usr/". "$@.partial"
mv "$@.partial" "$@"
# TODO: Cache from RUST_TARGET and LLVM_TARGET is currently not cleared.
# TIP: If you're developing std for rust, remove COOKBOOK_CLEAN_BUILD=true
# at the top of this file so your next rust build reuses the build cache
endif
endif