diff options
-rw-r--r-- | snapcraft.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index a06dc5f..0384de5 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -196,7 +196,7 @@ parts: - python3-xcbgen - quilt - qtbase5-dev - - rustc + - rustc-1.80 - sed - wget - xcb-proto @@ -223,6 +223,13 @@ parts: fi } + ln -s /usr/bin/rustc-1.80 /usr/bin/rustc + ln -s /usr/bin/rust-1.80-clang /usr/bin/rust-clang + ln -s /usr/bin/rust-1.80-lld /usr/bin/rust-lld + ln -s /usr/bin/rust-1.80-llvm-dwp /usr/bin/rust-llvm-dwp + ln -s /usr/bin/rustdoc-1.80 /usr/bin/rustdoc + rustc --version + # Otherwise who really can claim to know what they contain? printf '%s\n' \ "$CRAFT_STAGE" \ |