Use new snapshot.
This commit is contained in:
parent
6ee1ffe4ac
commit
5547e5dd21
@ -9,7 +9,7 @@ def unpack_snapshot(snap):
|
||||
print("opening snapshot " + dl_path)
|
||||
tar = tarfile.open(dl_path)
|
||||
kernel = get_kernel()
|
||||
for name in old_snapshot_files[kernel]:
|
||||
for name in snapshot_files[kernel]:
|
||||
p = "rust-stage0/" + name
|
||||
fp = os.path.join("stage0", name)
|
||||
print("extracting " + fp)
|
||||
|
@ -15,12 +15,6 @@ download_url_base = "http://dl.rust-lang.org/stage0-snapshots"
|
||||
download_dir_base = "dl"
|
||||
download_unpack_base = os.path.join(download_dir_base, "unpack")
|
||||
|
||||
old_snapshot_files = {
|
||||
"linux": ["rustc", "lib/glue.o", "lib/libstd.so" ],
|
||||
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib" ],
|
||||
"winnt": ["rustc.exe", "lib/glue.o", "lib/std.dll" ]
|
||||
}
|
||||
|
||||
snapshot_files = {
|
||||
"linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/libstd.rlib" ],
|
||||
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib", "lib/libstd.rlib" ],
|
||||
|
@ -1,3 +1,8 @@
|
||||
S 2011-07-07 6ee1ffe
|
||||
linux-i386 5080aaffc36748f41fa8bf8030ef5a51976e673f
|
||||
macos-i386 34db4f38c40ef5e7d08eb3e994def595297589bb
|
||||
winnt-i386 ed541e6e657731d10df04048b357fda5db63ad08
|
||||
|
||||
S 2011-07-06 8e585e7
|
||||
linux-i386 df3dd532da83012aaae2a74eb55a43536292cbae
|
||||
macos-i386 f53c000d1fc9963fe334ef3e3560b70d5860e845
|
||||
|
Loading…
x
Reference in New Issue
Block a user