File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,29 +26,29 @@ def scrub(b):
26
26
27
27
snapshot_files = {
28
28
"linux" : ["bin/rustc" ,
29
- "lib/libcore-*.so" ,
30
29
"lib/libstd-*.so" ,
30
+ "lib/libextra-*.so" ,
31
31
"lib/librustc-*.so" ,
32
32
"lib/libsyntax-*.so" ,
33
33
"lib/librustrt.so" ,
34
34
"lib/librustllvm.so" ],
35
35
"macos" : ["bin/rustc" ,
36
- "lib/libcore-*.dylib" ,
37
36
"lib/libstd-*.dylib" ,
37
+ "lib/libcore-*.dylib" ,
38
38
"lib/librustc-*.dylib" ,
39
39
"lib/libsyntax-*.dylib" ,
40
40
"lib/librustrt.dylib" ,
41
41
"lib/librustllvm.dylib" ],
42
42
"winnt" : ["bin/rustc.exe" ,
43
- "bin/core-*.dll" ,
44
43
"bin/std-*.dll" ,
44
+ "bin/extra-*.dll" ,
45
45
"bin/rustc-*.dll" ,
46
46
"bin/syntax-*.dll" ,
47
47
"bin/rustrt.dll" ,
48
48
"bin/rustllvm.dll" ],
49
49
"freebsd" : ["bin/rustc" ,
50
- "lib/libcore-*.so" ,
51
50
"lib/libstd-*.so" ,
51
+ "lib/libextra-*.so" ,
52
52
"lib/librustc-*.so" ,
53
53
"lib/libsyntax-*.so" ,
54
54
"lib/librustrt.so" ,
You can’t perform that action at this time.
0 commit comments