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 eed808b commit fe5bd88Copy full SHA for fe5bd88
src/etc/install.sh
@@ -234,10 +234,6 @@ fi
234
rm "${CFG_PREFIX}/lib/rust-install-probe"
235
need_ok "failed to remove install probe"
236
237
-# Sanity check: can we run these binaries?
238
-"${CFG_SRC_DIR}/bin/rustc" --version > /dev/null
239
-need_ok "can't run these binaries on this platform"
240
-
241
242
# First, uninstall from the installation prefix.
243
# Errors are warnings - try to rm everything in the manifest even if some fail.
0 commit comments