build: Temporarily retrieve FreeBSD snapshots from jyyou's server
This commit is contained in:
parent
f5e1108fc3
commit
486d07a5bc
2 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ 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)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue