Skip to content

Commit f3fa482

Browse files
committed
---
yaml --- r: 15219 b: refs/heads/try c: 14e9f58 h: refs/heads/master i: 15217: 65bd652 15215: 2f8816a v: v3
1 parent 3aab9c9 commit f3fa482

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 0e8703934897df3622a5ed6f79722655b0ab9b7e
5+
refs/heads/try: 14e9f58b50de04824a16007a48184ef2e3779251
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)