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 340f612 commit e7024e9Copy full SHA for e7024e9
src/etc/get-snapshot.py
@@ -64,9 +64,6 @@ def determine_curr_snapshot(triple):
64
snap = determine_curr_snapshot(triple)
65
dl = os.path.join(download_dir_base, snap)
66
url = download_url_base + "/" + snap
67
-# FIXME: Temporary until we have FreeBSD snapshots on the official server
68
-if "freebsd" in triple:
69
- url = "http://plaslab.cs.nctu.edu.tw/~jyyou/rust" + "/" + snap
70
print("determined most recent snapshot: " + snap)
71
72
if (not os.path.exists(dl)):
0 commit comments