Skip to content

Commit 501c514

Browse files
committed
Register new snapshots (containing libcore auto-importing it now).
1 parent 3ccdd2a commit 501c514

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/etc/get-snapshot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ def unpack_snapshot(triple, snap):
1010
tar = tarfile.open(dl_path)
1111
kernel = get_kernel(triple)
1212
for name in snapshot_files[kernel]:
13-
# FIXME: temporary hack to make transition, remove soon.
14-
if "core" in name:
15-
continue
1613
p = "rust-stage0/" + name
1714
stagep = os.path.join(triple, "stage0")
1815
fp = os.path.join(stagep, name)

src/snapshots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
S 2011-12-07 3ccdd2a
2+
linux-i386 7c639851d8a4ae43f781ad4592b6d3b6e0f4837b
3+
macos-i386 8fdf95481943aff1953d93eed31528c221d33373
4+
winnt-i386 628f0421557d0bd34db38acb0f5ce61d236b723d
5+
linux-x86_64 25c9701d38d39e620489c7368ec6b7277cac5164
6+
macos-x86_64 8e672750ca0dac91782b4fadd36545f0b88e9ccf
7+
18
S 2011-12-06 1652b92
29
winnt-i386 345aeebce0010d86ad03a094928614117d150849
310
linux-i386 c5d3ad9c54e8d2a3899ca66de4092f7fa2b3ab79

0 commit comments

Comments
 (0)