File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ def determine_curr_snapshot(triple):
64
64
snap = determine_curr_snapshot (triple )
65
65
dl = os .path .join (download_dir_base , snap )
66
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
67
70
print ("determined most recent snapshot: " + snap )
68
71
69
72
if (not os .path .exists (dl )):
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ S 2012-02-07 6cf40bd
4
4
macos-i386 0ccb20d7f0039146bcb1771b4a47b40e23793241
5
5
linux-x86_64 00c5f6205cd411e7565b8c0e0f2f38cfcd9af500
6
6
macos-x86_64 8ee4ada52c64925471c20e787abc7fbb49ba7b80
7
+ freebsd-x86_64 df619d2733da790b7b675993b1b532425211eb7c
7
8
8
9
S 2012-02-01 196d69b
9
10
winnt-i386 25f5906994ea01dc322a4b52b2b9a4b1264a6c2d
You can’t perform that action at this time.
0 commit comments