提交 e7024e9d 编写于 作者: B Brian Anderson

build: Start downloading FreeBSD snaps from the official server

上级 340f6129
......@@ -64,9 +64,6 @@ triple = sys.argv[1]
snap = determine_curr_snapshot(triple)
dl = os.path.join(download_dir_base, snap)
url = download_url_base + "/" + snap
# FIXME: Temporary until we have FreeBSD snapshots on the official server
if "freebsd" in triple:
url = "http://plaslab.cs.nctu.edu.tw/~jyyou/rust" + "/" + snap
print("determined most recent snapshot: " + snap)
if (not os.path.exists(dl)):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册