mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Remove "Servo does not bootstrap 32bit snapshots of Rust" message
We now use rust-lang.org nightly builds rather than our own snapshots.
This commit is contained in:
parent
3f407ea3d6
commit
856eea3a0e
1 changed files with 0 additions and 7 deletions
|
@ -62,13 +62,6 @@ def download(desc, src, writer):
|
|||
print()
|
||||
except urllib2.HTTPError, e:
|
||||
print("Download failed (%d): %s - %s" % (e.code, e.reason, src))
|
||||
|
||||
cpu_type = subprocess.check_output(["uname", "-m"]).strip().lower()
|
||||
if e.code == 404 and cpu_type in ["i386", "i486", "i686", "i768", "x86"]:
|
||||
# i686
|
||||
print("Note: Servo does not currently bootstrap 32bit snapshots of Rust")
|
||||
print("See https://github.com/servo/servo/issues/3899")
|
||||
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue