We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc49c12 commit 3873c49Copy full SHA for 3873c49
ci/script.sh
@@ -9,6 +9,7 @@ main() {
9
fi
10
11
# Build debug and release targets
12
+ rustup default stable-x86_64-unknown-linux-gnu # XXX does cross require a default toolchain?
13
cross build --target $TARGET
14
cross build --target $TARGET --release
15
0 commit comments