Skip to content

Commit 6e793ce

Browse files
committed
Update Buildroot
1 parent 871b0a2 commit 6e793ce

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

buildroot

Submodule buildroot updated 2401 files

external/configs/vulcan_x86_64_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_x86_64=y
2+
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
23
BR2_CCACHE=y
34
BR2_TARGET_GENERIC_HOSTNAME="vulcan"
45
BR2_TARGET_GENERIC_ISSUE="Welcome to Vulcan"

external/package/portal/portal.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ define PORTAL_BUILD_CMDS
1919
--workspace \
2020
--$(PORTAL_CARGO_MODE) \
2121
--target $(RUSTC_TARGET_NAME) \
22-
-Z target-applies-to-host
22+
-Z target-applies-to-host \
23+
-Z sparse-registry
2324
endef
2425

2526
define PORTAL_INSTALL_TARGET_CMDS

external/package/vulcan/vulcan.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ define VULCAN_BUILD_CMDS
1919
--workspace \
2020
--$(VULCAN_CARGO_MODE) \
2121
--target $(RUSTC_TARGET_NAME) \
22-
-Z target-applies-to-host
22+
-Z target-applies-to-host \
23+
-Z sparse-registry
2324
endef
2425

2526
define VULCAN_INSTALL_TARGET_CMDS

0 commit comments

Comments
 (0)