<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci, branch 1.78.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.78.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.78.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-04-28T13:30:50+00:00</updated>
<entry>
<title>Prepare 1.78 release</title>
<updated>2024-04-28T13:30:50+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-04-28T13:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dc070bc89e7cfbe5740e3fc7e12a85153834ed76'/>
<id>urn:sha1:dc070bc89e7cfbe5740e3fc7e12a85153834ed76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ninja on Windows</title>
<updated>2024-03-29T00:24:56+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2024-03-28T21:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10e6ec5ffc2a0ee11d7bf0d67509cb4354ae2040'/>
<id>urn:sha1:10e6ec5ffc2a0ee11d7bf0d67509cb4354ae2040</id>
<content type='text'>
Errors started showing up, and I read somewhere that this might be
because of old ninja versions. This ninja version is indeed *ancient*.

```
multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
```

(cherry picked from commit b546764cbef7ac449cbad86636b4ca8daa9f5ef6)
</content>
</entry>
<entry>
<title>Bump CI channel to beta</title>
<updated>2024-03-17T14:36:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-03-17T14:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c303e76f4debe2f08cc9aaf5b1a2f0934e219d21'/>
<id>urn:sha1:c303e76f4debe2f08cc9aaf5b1a2f0934e219d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #122401 - ChrisDenton:check-tier1, r=Mark-Simulacrum</title>
<updated>2024-03-16T18:27:33+00:00</updated>
<author>
<name>Chris Denton</name>
<email>christophersdenton@gmail.com</email>
</author>
<published>2024-03-16T18:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fbe1390ca59213f41ab0a42e76b0333b896b0b3'/>
<id>urn:sha1:1fbe1390ca59213f41ab0a42e76b0333b896b0b3</id>
<content type='text'>
Check library crates for all tier 1 targets in PR CI

Let's try checking all tier 1 targets. Shouldn't take much time.

Not sure if this is the right place to put it or not but let's see if it works first.
</content>
</entry>
<entry>
<title>Rollup merge of #122563 - Kobzol:ci-pr-caching, r=Mark-Simulacrum</title>
<updated>2024-03-15T20:51:58+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-03-15T20:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=948e03150b60c9f3690c5881d6045064162b368e'/>
<id>urn:sha1:948e03150b60c9f3690c5881d6045064162b368e</id>
<content type='text'>
CI: cache PR CI Docker builds

An attempt to restore Docker caching for PR CI workflows that share the Docker image with an auto/try workflow.

This was broken by my previous [PR](https://github.com/rust-lang/rust/pull/119290) that changed how we cache the Docker builds.

[Before](https://github.com/rust-lang/rust/pull/122545):
![image](https://github.com/rust-lang/rust/assets/4539057/05e0d347-af64-4e85-bc99-0e4ac07192ec)

After:
![image](https://github.com/rust-lang/rust/assets/4539057/2f657d60-b242-45eb-ac61-d8f71787edda)

r? ``@ghost``
</content>
</entry>
<entry>
<title>CI: cache PR CI Docker builds</title>
<updated>2024-03-15T18:12:15+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2024-03-15T18:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07545959c5cf2557ed0a6045c2e85a9c8b4a080c'/>
<id>urn:sha1:07545959c5cf2557ed0a6045c2e85a9c8b4a080c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build GCC with as many threads as available</title>
<updated>2024-03-15T15:16:27+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-03-15T10:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4ece1f4c8862724fe195bf5bf0d4dcaa76b7686'/>
<id>urn:sha1:c4ece1f4c8862724fe195bf5bf0d4dcaa76b7686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Greatly reduce GCC build logs</title>
<updated>2024-03-15T15:16:27+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2024-03-14T14:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e126ceb46d5f24015f0644df5d360fa9209d48be'/>
<id>urn:sha1:e126ceb46d5f24015f0644df5d360fa9209d48be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comments explaining tier 1 PR checks</title>
<updated>2024-03-14T07:06:28+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-03-14T06:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5e5ef5c8958d3e59969652821d3cd0b8e185345'/>
<id>urn:sha1:d5e5ef5c8958d3e59969652821d3cd0b8e185345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check all tier 1 targets in PR CI</title>
<updated>2024-03-14T06:53:34+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-03-12T18:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2abc7f853377800030d7f4df50d990865868745'/>
<id>urn:sha1:f2abc7f853377800030d7f4df50d990865868745</id>
<content type='text'>
</content>
</entry>
</feed>
