<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/github-actions, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-29T12:52:09+00:00</updated>
<entry>
<title>Make macOS dist build configuration match where reasonable</title>
<updated>2025-09-29T12:52:09+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2025-08-26T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5df0be398845fa8b239f3e722c25b8369498df5c'/>
<id>urn:sha1:5df0be398845fa8b239f3e722c25b8369498df5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable assertions on macOS</title>
<updated>2025-09-27T16:06:00+00:00</updated>
<author>
<name>Mads Marquart</name>
<email>mads@marquart.dk</email>
</author>
<published>2025-09-13T15:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9878be7787a6239b9651eeaccb040778051038f6'/>
<id>urn:sha1:9878be7787a6239b9651eeaccb040778051038f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the minimum external LLVM to 20</title>
<updated>2025-09-16T18:49:20+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2025-08-07T21:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=580b4891aa23c0625539bf5ee55270f27af09072'/>
<id>urn:sha1:580b4891aa23c0625539bf5ee55270f27af09072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some minor issues in comments</title>
<updated>2025-08-24T08:58:22+00:00</updated>
<author>
<name>houpo-bob</name>
<email>houpocun@outlook.com</email>
</author>
<published>2025-08-24T08:58:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d41f7ccb87996b2ca22b4ad42570f65f13c40bc'/>
<id>urn:sha1:5d41f7ccb87996b2ca22b4ad42570f65f13c40bc</id>
<content type='text'>
Signed-off-by: houpo-bob &lt;houpocun@outlook.com&gt;
</content>
</entry>
<entry>
<title>ci: don't cleanup windows disk</title>
<updated>2025-08-21T08:56:48+00:00</updated>
<author>
<name>MarcoIeni</name>
<email>11428655+MarcoIeni@users.noreply.github.com</email>
</author>
<published>2025-08-21T08:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e073f905fbcb5bba57d137a1c7e814a3d65693c7'/>
<id>urn:sha1:e073f905fbcb5bba57d137a1c7e814a3d65693c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demote x86_64-apple-darwin to Tier 2 with host tools</title>
<updated>2025-08-15T16:00:13+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2025-08-11T13:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c574c91e5739519b2fd3fdb5f07fa6e102705703'/>
<id>urn:sha1:c574c91e5739519b2fd3fdb5f07fa6e102705703</id>
<content type='text'>
Switch to only using aarch64 runners (implying we are now
cross-compiling) and stop running tests. In the future, we could
enable (some?) tests via Rosetta 2.
</content>
</entry>
<entry>
<title>Replace `stage0-tools-bin` with `stage1-tools-bin`</title>
<updated>2025-08-12T16:39:09+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-08-12T16:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72b606db89c7d2ce76ea41ea80ec92e6320bf20f'/>
<id>urn:sha1:72b606db89c7d2ce76ea41ea80ec92e6320bf20f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni</title>
<updated>2025-07-30T06:00:09+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-07-30T06:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72716b134ac26b837703e46cbda99a453ae92c42'/>
<id>urn:sha1:72716b134ac26b837703e46cbda99a453ae92c42</id>
<content type='text'>
Free disk space on Windows 2025 runners

I've managed to reduce the time deletion takes by:

 - Using powershell, which is generally faster for filesystem operations than msys2
 - Performing deletions concurrently then waiting for them all to complete

It still takes 2-10 mins but that's not too bad.
</content>
</entry>
<entry>
<title>Free disk space on Windows 2025 runners</title>
<updated>2025-07-30T04:10:28+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-07-22T13:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43018d3722254cfea4ce553309d8909f8b5aaa2d'/>
<id>urn:sha1:43018d3722254cfea4ce553309d8909f8b5aaa2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #144367 - shepmaster:reduce-x86-macos-runner-usage, r=Mark-Simulacrum</title>
<updated>2025-07-29T06:16:42+00:00</updated>
<author>
<name>Stuart Cook</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-07-29T06:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a3db990f6403047b1b421330ca242c91f5d5c21'/>
<id>urn:sha1:3a3db990f6403047b1b421330ca242c91f5d5c21</id>
<content type='text'>
Move dist-apple-various from x86_64 to aarch64

`macos-13` is going away soonish.
</content>
</entry>
</feed>
