We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976e347 commit c86f9d7Copy full SHA for c86f9d7
.github/scripts/build-mmtk.sh
@@ -8,7 +8,7 @@ if ! [ -x "$(command -v cross)" ]; then
8
echo 'Cross is not available. Will install cross.' >&2
9
# lock to version 0.2.4. This version uses libc 2.31 for x86_64.
10
# This matches the version in the sysroot used by V8 (debian bullseye)
11
- cargo install cross@0.2.4 --git https://github.com/cross-rs/cross
+ cargo install cross --tag v0.2.4 --git https://github.com/cross-rs/cross
12
fi
13
14
# simply build mmtk-v8 with nogc
0 commit comments