<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/scripts, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T11:12:46+00:00</updated>
<entry>
<title>Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni</title>
<updated>2025-07-31T11:12:46+00:00</updated>
<author>
<name>Samuel Tardieu</name>
<email>sam@rfc1149.net</email>
</author>
<published>2025-07-31T11:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d5baad62b71009cb235cc6786673747c2a5efbd'/>
<id>urn:sha1:1d5baad62b71009cb235cc6786673747c2a5efbd</id>
<content type='text'>
Remove install Rust script from CI

Windows ARM images should contain Rust now (https://github.com/actions/partner-runner-images/issues/77#issuecomment-3082613685).

CC dpaoliello

try-job: `*aarch64-msvc*`
</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>Initialize mingw for the runner's user</title>
<updated>2025-07-19T22:05:47+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-07-19T22:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db1449aed549ea8f7f4b1809cf262e70dbf00eeb'/>
<id>urn:sha1:db1449aed549ea8f7f4b1809cf262e70dbf00eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove install Rust script from CI</title>
<updated>2025-07-17T07:15:17+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-07-17T07:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7d27822e3e295c34aacf389962ebe872697b9f7'/>
<id>urn:sha1:b7d27822e3e295c34aacf389962ebe872697b9f7</id>
<content type='text'>
Windows ARM images should contain Rust now.
</content>
</entry>
<entry>
<title>DRAFT: Add an aarch64-msvc build running on ARM64 Windows</title>
<updated>2025-06-13T22:27:35+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-04-28T19:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=295378729b782d7ec45588af136a0d7c7305e8df'/>
<id>urn:sha1:295378729b782d7ec45588af136a0d7c7305e8df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not checkout GCC submodule for the tidy job</title>
<updated>2025-06-09T06:17:56+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-06-08T19:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb9980133cbb670387a597c349397cd38f52edee'/>
<id>urn:sha1:cb9980133cbb670387a597c349397cd38f52edee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `create-docs-artifacts.sh` with new bors</title>
<updated>2025-06-02T13:08:39+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2025-06-02T13:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec9e560a3010a8424b241d1671bdd81d87011204'/>
<id>urn:sha1:ec9e560a3010a8424b241d1671bdd81d87011204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #140757 - dpaoliello:llvm20, r=Kobzol</title>
<updated>2025-05-20T19:29:34+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-05-20T19:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc821528634632b4ff8dee5ac1ea4ad90d1b3eb5'/>
<id>urn:sha1:bc821528634632b4ff8dee5ac1ea4ad90d1b3eb5</id>
<content type='text'>
[win][ci] Update LLVM toolchain used to build LLVM to 20

While trying to get the aarch64-msvc build working correctly (#140136), I needed to update the version of LLVM used to build LLVM in Windows CI runners to 20 (as this has improved support for Arm64 and Arm64EC on Windows).

This catches Windows up to Linux which was updated to 20 by #137189

try-job: `x86_64-apple-*`
try-job: `aarch64-apple`
try-job: `x86_64-msvc-*`
try-job: `i686-msvc-*`
try-job: `x86_64-mingw-*`
</content>
</entry>
<entry>
<title>[win][CI] Convert paths to Windows format before adding to PATH</title>
<updated>2025-05-15T16:49:37+00:00</updated>
<author>
<name>Daniel Paoliello</name>
<email>danpao@microsoft.com</email>
</author>
<published>2025-05-07T17:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e71deaa88a572ba4d55e8a1300a0dce43b39abe4'/>
<id>urn:sha1:e71deaa88a572ba4d55e8a1300a0dce43b39abe4</id>
<content type='text'>
</content>
</entry>
</feed>
