Skip to content

Commit

Permalink
check out correct commit from beta branch in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jan 14, 2025
1 parent ff29db3 commit 385acbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ prebuild_clean: ${RUST_SRC}

# NOTE: a deeper clone depth is needed for the build process
rust_clone:
git clone --depth 70 --single-branch --branch "${RUST_BRANCH}" "${RUST_REPO}" "${RUST_SRC}"
git clone --depth 70 --single-branch --branch "${RUST_BRANCH}" "${RUST_REPO}" "${RUST_SRC}" && \
cd "${RUST_SRC}" && \
git checkout ${RUST_COMMIT}


# rust_build for linking against custom rustc is involved
Expand Down

0 comments on commit 385acbd

Please sign in to comment.