Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 19f73ee

Browse files
committed
Merge #176: Remove TOOLCHAIN
43b1bdd Remove TOOLCHAIN (Tobin C. Harding) Pull request description: Cargo already uses an env var `RUSTUP_TOOLCHAIN` that controls the toolchain, no need for our custom `TOOLCHAIN` variable. ACKs for top commit: apoelstra: ACK 43b1bdd Tree-SHA512: 6260b3930235df80bf637c227295256a1a187c0d96956c4c6e4adb2777361309e48e4cd092699a30a2bf586cc479eeb841f775b3e7539235c3bd2e11b6f78b44
2 parents 7001926 + 43b1bdd commit 19f73ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ if [ "$DO_ALLOC_TESTS" = true ]; then
66
FEATURES="$FEATURES alloc"
77
fi
88

9-
# Use toolchain if explicitly specified
10-
if [ -n "$TOOLCHAIN" ]
11-
then
12-
alias cargo="cargo +$TOOLCHAIN"
13-
fi
14-
159
cargo --version
1610
rustc --version
1711

0 commit comments

Comments
 (0)