We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22454 commit 30c4d50Copy full SHA for 30c4d50
RUSTC_VERSION
@@ -0,0 +1 @@
1
+1.84.1
debian/rules
@@ -16,14 +16,15 @@
16
#
17
18
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
19
+RUSTC_VERSION := $(shell tr -d '\n' < RUSTC_VERSION)
20
21
%:
22
dh $@
23
-override_dh_prep:
24
- dh_prep
25
- ./scripts/fetch-and-run-installer.sh "1.84.1" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
26
- ./scripts/fetch-and-unpack-src.sh "1.84.1" "/usr/src" "debian/tmp"
+override_dh_install:
+ ./scripts/fetch-and-run-installer.sh ${RUSTC_VERSION} "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
+
27
+ dh_install --autodest "debian/tmp/*"
28
29
override_dh_strip:
30
# Skip this step; use artifacts from Rust tarballs as-is.
0 commit comments