File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bd33951b1c59fe968e625fc7379ce2761ede777e
2
+ refs/heads/master: df12749b361c7ea081826a9d58d0783cf4a391a0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def unpack_snapshot(snap):
9
9
print ("opening snapshot " + dl_path )
10
10
tar = tarfile .open (dl_path )
11
11
kernel = get_kernel ()
12
- for name in old_snapshot_files [kernel ]:
12
+ for name in snapshot_files [kernel ]:
13
13
p = "rust-stage0/" + name
14
14
fp = os .path .join ("stage0" , name )
15
15
print ("extracting " + fp )
Original file line number Diff line number Diff line change @@ -15,15 +15,6 @@ def scrub(b):
15
15
download_dir_base = "dl"
16
16
download_unpack_base = os .path .join (download_dir_base , "unpack" )
17
17
18
- old_snapshot_files = {
19
- "linux" : ["bin/rustc" , "lib/libstd.so" ,
20
- "lib/librustrt.so" , "lib/librustllvm.so" ],
21
- "macos" : ["bin/rustc" , "lib/libstd.dylib" ,
22
- "lib/librustrt.dylib" , "lib/librustllvm.dylib" ],
23
- "winnt" : ["bin/rustc.exe" , "lib/std.dll" ,
24
- "lib/rustrt.dll" , "lib/rustllvm.dll" ]
25
- }
26
-
27
18
snapshot_files = {
28
19
"linux" : ["bin/rustc" , "lib/libruststd.so" ,
29
20
"lib/librustrt.so" , "lib/librustllvm.so" ],
Original file line number Diff line number Diff line change
1
+ S 2011-10-31 bd33951
2
+ linux-i386 ba99fdd5ca1b67ced60c97eb2f167d5932a91deb
3
+ macos-i386 d1256e5fd4a3bbd7e269371cae53099597394b64
4
+ winnt-i386 301fc3ef74e5a0f7e9d16d20970a42ee97dea46b
5
+
1
6
S 2011-10-28 3397fa4
2
7
linux-i386 4031e37753bde12a8016ade37e887b7a5d2a7944
3
8
macos-i386 4059a95efb3886e20be40c0303d957fa6bce3904
You can’t perform that action at this time.
0 commit comments