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 bddbd29 commit aada0f3Copy full SHA for aada0f3
RUSTC_VERSION
@@ -0,0 +1 @@
1
+1.80.0
debian/rules
@@ -16,12 +16,13 @@
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
24
override_dh_install:
- ./scripts/fetch-and-run-installer.sh "1.80.0" "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
25
+ ./scripts/fetch-and-run-installer.sh ${RUSTC_VERSION} "/usr" "debian/tmp" $(DEB_HOST_GNU_CPU)
26
27
dh_install --autodest "debian/tmp/*"
28
0 commit comments