Skip to content

Commit e7024e9

Browse files
committed
build: Start downloading FreeBSD snaps from the official server
1 parent 340f612 commit e7024e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/etc/get-snapshot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def determine_curr_snapshot(triple):
6464
snap = determine_curr_snapshot(triple)
6565
dl = os.path.join(download_dir_base, snap)
6666
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
7067
print("determined most recent snapshot: " + snap)
7168

7269
if (not os.path.exists(dl)):

0 commit comments

Comments
 (0)