Skip to content

Commit be75d11

Browse files
authored
Include uname in rust cache key (#6842)
Otherwise dockering Linux on OSX may fetch the OSX generated binary which won't work
1 parent 98ad241 commit be75d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-support/bin/native/bootstrap_code.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function calculate_current_hash() {
4141
cd ${REPO_ROOT}
4242
(echo "${MODE_FLAG}"
4343
echo "${RUST_TOOLCHAIN}"
44+
uname
4445
git ls-files -c -o --exclude-standard \
4546
"${NATIVE_ROOT}" \
4647
"${REPO_ROOT}/rust-toolchain" \

0 commit comments

Comments
 (0)