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 5e754d6 commit fc49c12Copy full SHA for fc49c12
ci/install.sh
@@ -17,7 +17,7 @@ main() {
17
| $sort --version-sort \
18
| tail -n1)
19
curl -LSfs https://japaric.github.io/trust/install.sh | \
20
- sh -s -- \
+ sh -xs -- \
21
--force \
22
--git japaric/cross \
23
--tag $tag \
ci/script.sh
@@ -9,7 +9,6 @@ main() {
9
fi
10
11
# Build debug and release targets
12
- rustup target list
13
cross build --target $TARGET
14
cross build --target $TARGET --release
15
0 commit comments