Use new snapshot.
This commit is contained in:
parent
9427864f33
commit
99a95b3613
@ -14,7 +14,7 @@ stage0/lib/$(CFG_STDLIB): stage0/rustc$(X)
|
||||
stage0/intrinsics.bc: stage0/rustc$(X)
|
||||
$(Q)touch $@
|
||||
|
||||
stage0/lib/$(CFG_RUSTLLVM): stage0/rustc$(X)
|
||||
stage0/$(CFG_RUSTLLVM): stage0/rustc$(X)
|
||||
$(Q)touch $@
|
||||
|
||||
stage0/lib/$(CFG_RUNTIME): stage0/rustc$(X)
|
||||
|
@ -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,15 +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", "lib/libstd.rlib",
|
||||
"lib/librustrt.so", "lib/librustllvm.so", "intrinsics.bc"],
|
||||
"macos": ["rustc", "lib/glue.o", "lib/libstd.dylib", "lib/libstd.rlib",
|
||||
"lib/librustrt.dylib", "lib/librustllvm.dylib", "intrinsics.bc"],
|
||||
"winnt": ["rustc.exe", "lib/glue.o", "lib/std.dll", "lib/libstd.rlib",
|
||||
"lib/rustrt.dll", "lib/rustllvm.dll", "intrinsics.bc"]
|
||||
}
|
||||
|
||||
snapshot_files = {
|
||||
"linux": ["rustc", "lib/glue.o", "lib/libstd.so", "lib/libstd.rlib",
|
||||
"lib/librustrt.so", "librustllvm.so", "intrinsics.bc"],
|
||||
|
@ -1,3 +1,8 @@
|
||||
S 2011-07-11 a84310a
|
||||
linux-i386 18e6caa490241d63ede86d289e6553bfa1c58953
|
||||
macos-i386 e775077d87e508020d8e0282f944d66c89cae630
|
||||
winnt-i386 5f428071e8dbacbf641e5ef006f3e9db51fd3ee8
|
||||
|
||||
S 2011-07-11 f666c97
|
||||
linux-i386 434346526e3feecf80ceb58f132fb4ea6cbfec0a
|
||||
macos-i386 f643f88b1414bf43c1821a9d3eea0bdc8df2f68d
|
||||
|
Loading…
x
Reference in New Issue
Block a user