Skip to content

Commit 4f2ab2b

Browse files
committed
Upgrade rust-installer to v2
1 parent 3dcc409 commit 4f2ab2b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

mk/dist.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ dist/$$(PKG_NAME)-$(1).tar.gz: dist-install-dir-$(1)
242242
--work-dir=tmp/dist \
243243
--output-dir=dist \
244244
--non-installed-prefixes=$$(NON_INSTALLED_PREFIXES) \
245-
--package-name=$$(PKG_NAME)-$(1)
245+
--package-name=$$(PKG_NAME)-$(1) \
246+
--component-name=rustc \
247+
--legacy-manifest-dirs=rustlib,cargo
246248
$$(Q)rm -R tmp/dist/$$(PKG_NAME)-$(1)-image
247249

248250
endef

mk/tests.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ tidy:
297297
| grep '^$(S)src/doc' -v \
298298
| grep '^$(S)src/compiler-rt' -v \
299299
| grep '^$(S)src/libbacktrace' -v \
300+
| grep '^$(S)src/rust-installer' -v \
300301
| xargs $(CFG_PYTHON) $(S)src/etc/check-binaries.py
301302

302303
endif

0 commit comments

Comments
 (0)