diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-03-22 01:44:10 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-03-24 14:29:18 -0700 |
| commit | fe5bd8857da5caebbb80aafddc4147dcb04018cc (patch) | |
| tree | 583655ef1c2aaaa660f75abbe9dcc8aa537aa04f /src | |
| parent | eed808b53242071290c333c634efd7d42a5be2d7 (diff) | |
| download | rust-fe5bd8857da5caebbb80aafddc4147dcb04018cc.tar.gz rust-fe5bd8857da5caebbb80aafddc4147dcb04018cc.zip | |
install: Don't try to run binaries on install
I think there are likely to be scenarios where this script is run to move files to the correct place during cross-compiles.
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh index 63bb71558ab..8dfc1903094 100644 --- a/src/etc/install.sh +++ b/src/etc/install.sh @@ -234,10 +234,6 @@ fi rm "${CFG_PREFIX}/lib/rust-install-probe" need_ok "failed to remove install probe" -# Sanity check: can we run these binaries? -"${CFG_SRC_DIR}/bin/rustc" --version > /dev/null -need_ok "can't run these binaries on this platform" - # First, uninstall from the installation prefix. # Errors are warnings - try to rm everything in the manifest even if some fail. |
