Skip to content

Commit f3c6627

Browse files
committed
---
yaml --- r: 12213 b: refs/heads/master c: 14e9f58 h: refs/heads/master i: 12211: bc6305c v: v3
1 parent 27abeb8 commit f3c6627

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0e8703934897df3622a5ed6f79722655b0ab9b7e
2+
refs/heads/master: 14e9f58b50de04824a16007a48184ef2e3779251
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/etc/snapshot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,28 @@ def scrub(b):
2727
"lib/libcore-*.so",
2828
"lib/libstd-*.so",
2929
"lib/librustc-*.so",
30+
"lib/librustsyntax-*.so",
3031
"lib/librustrt.so",
3132
"lib/librustllvm.so"],
3233
"macos": ["bin/rustc",
3334
"lib/libcore-*.dylib",
3435
"lib/libstd-*.dylib",
3536
"lib/librustc-*.dylib",
37+
"lib/librustsyntax-*.so",
3638
"lib/librustrt.dylib",
3739
"lib/librustllvm.dylib"],
3840
"winnt": ["bin/rustc.exe",
3941
"bin/core-*.dll",
4042
"bin/std-*.dll",
4143
"bin/rustc-*.dll",
44+
"bin/rustsyntax-*.dll",
4245
"bin/rustrt.dll",
4346
"bin/rustllvm.dll"],
4447
"freebsd": ["bin/rustc",
4548
"lib/libcore-*.so",
4649
"lib/libstd-*.so",
4750
"lib/librustc-*.so",
51+
"lib/librustsyntax-*.so",
4852
"lib/librustrt.so",
4953
"lib/librustllvm.so"]
5054
}

0 commit comments

Comments
 (0)