Skip to content

Commit 03cc3e9

Browse files
committed
Fix destination
1 parent 3e251fa commit 03cc3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-linux/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ initialise "${REVISION}" "${OUTPUT}" "${LAST_REVISION}"
2828

2929
OUTPUT=$(realpath "${OUTPUT}")
3030

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
31+
# we assume we don't need to patch the kernel (ie we fix the RUST_MODFILE=example issue)
32+
BUILD_DEST=/opt/compiler-explorer/rust-linux/rust-linux-${VERSION} # Currently needs to be same as the ultimate destination
3333
mkdir -p "$(dirname "${BUILD_DEST}")"
3434
git clone "${URL}" --depth=1 "--branch=${BRANCH}" "${BUILD_DEST}"
3535

0 commit comments

Comments
 (0)