We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e251fa commit 03cc3e9Copy full SHA for 03cc3e9
rust-linux/build.sh
@@ -28,8 +28,8 @@ initialise "${REVISION}" "${OUTPUT}" "${LAST_REVISION}"
28
29
OUTPUT=$(realpath "${OUTPUT}")
30
31
-# we assume we don't need to patch the kernel (ie we fix the RUSTC_BOOTSTRAP=1 issue)
32
-BUILD_DEST=/opt/compiler-explorer/linux-rust/${VERSION} # Currently needs to be same as the ultimate destination
+# we assume we don't need to patch the kernel (ie we fix the RUST_MODFILE=example issue)
+BUILD_DEST=/opt/compiler-explorer/rust-linux/rust-linux-${VERSION} # Currently needs to be same as the ultimate destination
33
mkdir -p "$(dirname "${BUILD_DEST}")"
34
git clone "${URL}" --depth=1 "--branch=${BRANCH}" "${BUILD_DEST}"
35
0 commit comments