File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0e8703934897df3622a5ed6f79722655b0ab9b7e
2
+ refs/heads/master: 14e9f58b50de04824a16007a48184ef2e3779251
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -27,24 +27,28 @@ def scrub(b):
27
27
"lib/libcore-*.so" ,
28
28
"lib/libstd-*.so" ,
29
29
"lib/librustc-*.so" ,
30
+ "lib/librustsyntax-*.so" ,
30
31
"lib/librustrt.so" ,
31
32
"lib/librustllvm.so" ],
32
33
"macos" : ["bin/rustc" ,
33
34
"lib/libcore-*.dylib" ,
34
35
"lib/libstd-*.dylib" ,
35
36
"lib/librustc-*.dylib" ,
37
+ "lib/librustsyntax-*.so" ,
36
38
"lib/librustrt.dylib" ,
37
39
"lib/librustllvm.dylib" ],
38
40
"winnt" : ["bin/rustc.exe" ,
39
41
"bin/core-*.dll" ,
40
42
"bin/std-*.dll" ,
41
43
"bin/rustc-*.dll" ,
44
+ "bin/rustsyntax-*.dll" ,
42
45
"bin/rustrt.dll" ,
43
46
"bin/rustllvm.dll" ],
44
47
"freebsd" : ["bin/rustc" ,
45
48
"lib/libcore-*.so" ,
46
49
"lib/libstd-*.so" ,
47
50
"lib/librustc-*.so" ,
51
+ "lib/librustsyntax-*.so" ,
48
52
"lib/librustrt.so" ,
49
53
"lib/librustllvm.so" ]
50
54
}
You can’t perform that action at this time.
0 commit comments