kernel: drop -Z json-target-spec (redundant with --target for nightly-2026-04-01)

This commit is contained in:
Red Bear OS
2026-06-30 15:58:41 +03:00
parent 8cd4f69108
commit 7f7095be1c
+4 -2
View File
@@ -35,8 +35,9 @@ $(BUILD)/kernel.all: $(LD_SCRIPT) $(LOCKFILE) $(MANIFEST) $(TARGET_SPEC) $(shell
--bin kernel \
--manifest-path "$(MANIFEST)" \
--target "$(TARGET_SPEC)" \
\
--release \
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem -Z json-target-spec \
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem \
--features=$(KERNEL_CARGO_FEATURES) \
-- \
-C link-arg=-T -Clink-arg="$(LD_SCRIPT)" \
@@ -62,5 +63,6 @@ check:
--bin kernel \
--manifest-path "$(MANIFEST)" \
--target "$(TARGET_SPEC)" \
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem -Z json-target-spec \
\
-Z build-std=core,alloc -Zbuild-std-features=compiler-builtins-mem \
--features=$(KERNEL_CHECK_FEATURES)