<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/github-actions, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-18T18:33:23+00:00</updated>
<entry>
<title>Rename optional-mingw-check to optional-pr-check</title>
<updated>2025-07-18T18:33:23+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-07-18T18:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58a05caa457738d99fcee06aaa821317ea4015fb'/>
<id>urn:sha1:58a05caa457738d99fcee06aaa821317ea4015fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use windows 22 for all free runners</title>
<updated>2025-07-17T12:54:14+00:00</updated>
<author>
<name>MarcoIeni</name>
<email>11428655+MarcoIeni@users.noreply.github.com</email>
</author>
<published>2025-07-17T12:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a886852e23fad1be91648871b0240805fd52c13c'/>
<id>urn:sha1:a886852e23fad1be91648871b0240805fd52c13c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of SCRIPT_ARG in docker images</title>
<updated>2025-07-15T14:23:15+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>npopov@redhat.com</email>
</author>
<published>2025-07-15T13:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b421d44e20351426cf4ded11248bd1d0af40b5f'/>
<id>urn:sha1:4b421d44e20351426cf4ded11248bd1d0af40b5f</id>
<content type='text'>
Instead of making this a build parameter, pass the SCRIPT as an
environment variable.

To this purpose, normalize on always referring to a script in
`/scripts`.

For i686-gnu-nopt-2 I had to create a separate script, because
Docker seems to be really terrible at command line argument
parsing, so it's not possible to pass an environment variable that
contains whitespace.
</content>
</entry>
<entry>
<title>Rollup merge of #140136 - dpaoliello:arm64winci, r=Kobzol</title>
<updated>2025-07-11T00:20:37+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-07-11T00:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6debe036342dde45d17bfae6d7cee4726a782081'/>
<id>urn:sha1:6debe036342dde45d17bfae6d7cee4726a782081</id>
<content type='text'>
Add an aarch64-msvc build running on ARM64 Windows

Resurrecting rust-lang/rust#126341

Per &lt;https://github.com/rust-lang/rfcs/pull/3817&gt; we intend to promote `aarch64-pc-windows-msvc` to Tier 1. As part of that work, we are adding a pre-merge CI job to validate that changes do not break this target.

Additionally, for consistency, the `dist-aarch64-msvc` job will also be run on Arm64 Windows runners.

r? ``@Kobzol``

try-job: `*aarch64-msvc*`
</content>
</entry>
<entry>
<title>Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzol</title>
<updated>2025-07-03T07:23:17+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-07-03T07:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6120810e56387730b2e86115471354c8084ca4a'/>
<id>urn:sha1:d6120810e56387730b2e86115471354c8084ca4a</id>
<content type='text'>
Rename `mingw-*` CI jobs to `pr-*`

The name `mingw` confuses people because these CI jobs now do much more than just cross-compile to mingw.

This is basically a find/replace. I chose the name `pr-` because it's job is to do general PR checks,
</content>
</entry>
<entry>
<title>Rename mingw-check-tidy to tidy</title>
<updated>2025-07-02T08:48:20+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-07-02T08:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6671d9b92a0bfd70b42e6332c06cd3eeecb52b32'/>
<id>urn:sha1:6671d9b92a0bfd70b42e6332c06cd3eeecb52b32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename mingw-* CI jobs to pr-*</title>
<updated>2025-07-01T20:25:56+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2025-07-01T18:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62949cd2d6849cdee2160467365cfa6529b77f16'/>
<id>urn:sha1:62949cd2d6849cdee2160467365cfa6529b77f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: support optional jobs</title>
<updated>2025-07-01T09:25:10+00:00</updated>
<author>
<name>MarcoIeni</name>
<email>11428655+MarcoIeni@users.noreply.github.com</email>
</author>
<published>2025-07-01T09:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=311a99cac46b5366fc9a26a4fa4cb66a3ea5fac6'/>
<id>urn:sha1:311a99cac46b5366fc9a26a4fa4cb66a3ea5fac6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzol</title>
<updated>2025-06-19T10:39:00+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-06-19T10:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48'/>
<id>urn:sha1:2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48</id>
<content type='text'>
ci: split x86_64-gnu-tools job

try-job: x86_64-gnu-tools
try-job: x86_64-gnu-miri
try-job: aarch64-gnu
</content>
</entry>
<entry>
<title>{aarch64,x86_64}-pc-windows-gnullvm: build host tools</title>
<updated>2025-06-18T15:07:19+00:00</updated>
<author>
<name>Mateusz Mikuła</name>
<email>oss@mateuszmikula.dev</email>
</author>
<published>2025-05-06T16:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d577b39c5a39796e911f885c9a354074b52c25ab'/>
<id>urn:sha1:d577b39c5a39796e911f885c9a354074b52c25ab</id>
<content type='text'>
</content>
</entry>
</feed>
