<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/docker/scripts, branch 1.76.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.76.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.76.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-12-08T00:30:36+00:00</updated>
<entry>
<title>Build Fuchsia in CI</title>
<updated>2023-12-08T00:30:36+00:00</updated>
<author>
<name>Tyler Mandry</name>
<email>tmandry@google.com</email>
</author>
<published>2023-11-08T02:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1b9a599584e9044da30bfd8fbc0d16ca72c009e'/>
<id>urn:sha1:a1b9a599584e9044da30bfd8fbc0d16ca72c009e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch `fuchsia-test-runner.py` to `ffx product`</title>
<updated>2023-11-10T23:57:07+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>etryzelaar@google.com</email>
</author>
<published>2023-11-10T23:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7fd2dec7c950a00fe595a21ab11c684affefc74'/>
<id>urn:sha1:d7fd2dec7c950a00fe595a21ab11c684affefc74</id>
<content type='text'>
The subcommand `ffx product-bundle` has been removed, and replaced with
the subcommand `ffx product`. This changes `fuchsia-test-runner.py` to
use it to download the SDK and product bundle for the latest release of
Fuchsia.
</content>
</entry>
<entry>
<title>ci: upgrade to crosstool-ng 1.26.0</title>
<updated>2023-09-28T02:24:09+00:00</updated>
<author>
<name>WANG Rui</name>
<email>wangrui@loongson.cn</email>
</author>
<published>2023-09-28T02:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f99fdac3df5f97287857786bcce9660250009cbf'/>
<id>urn:sha1:f99fdac3df5f97287857786bcce9660250009cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Update FreeBSD and illumos binutils to 2.40</title>
<updated>2023-08-22T21:54:41+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2023-07-23T19:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ee08a0c9393bf94dc7d2943fdd2c2cd2b616c82'/>
<id>urn:sha1:5ee08a0c9393bf94dc7d2943fdd2c2cd2b616c82</id>
<content type='text'>
The current old 2.25 seems to cause trouble to #106511.

Install texinfo to dist-x86_64-freebsd/Dockerfile like other containers
to fix
```
  MAKEINFO doc/bfd.info
/binutils/binutils-2.40/missing: 81: /binutils/binutils-2.40/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
```
</content>
</entry>
<entry>
<title>Fix recent python linting errors</title>
<updated>2023-08-02T08:40:28+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2023-06-22T05:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9df0f5d43341a67741b55020def1474ae3748128'/>
<id>urn:sha1:9df0f5d43341a67741b55020def1474ae3748128</id>
<content type='text'>
- Remove unneeded imports in 'fuscia-test-runner.py'
- Add explicit stacklevel to 'x.py'
- Fix mutable types as default args in `bootstrap.py` and  `bootstrap_test.py`
</content>
</entry>
<entry>
<title>CI: build CMake 3.20 to support LLVM 17</title>
<updated>2023-07-16T13:00:53+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>jakub.beranek@vsb.cz</email>
</author>
<published>2023-07-15T06:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=18f20439ddb7ecef55977b44d093be503c57d4df'/>
<id>urn:sha1:18f20439ddb7ecef55977b44d093be503c57d4df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum</title>
<updated>2023-06-20T00:53:34+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2023-06-20T00:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=935452b619033457c1d42411e72a813befc3009c'/>
<id>urn:sha1:935452b619033457c1d42411e72a813befc3009c</id>
<content type='text'>
Fix python linting errors

These were flagged by `ruff`, run using the config in https://github.com/rust-lang/rust/pull/112482
</content>
</entry>
<entry>
<title>Apply changes to fix python linting errors</title>
<updated>2023-06-17T00:56:01+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2023-06-10T16:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22d00dcd47e0b8e18eb254966750fb523c726e4e'/>
<id>urn:sha1:22d00dcd47e0b8e18eb254966750fb523c726e4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace fvdl with ffx, allow test without install</title>
<updated>2023-06-16T22:14:38+00:00</updated>
<author>
<name>David Koloski</name>
<email>dkoloski@google.com</email>
</author>
<published>2023-06-16T20:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c6fd7594d6526c7ad58d3bc16e42c0dc538017a'/>
<id>urn:sha1:4c6fd7594d6526c7ad58d3bc16e42c0dc538017a</id>
<content type='text'>
Along with replacing fvdl uses with the equivalent ffx commands, this
also switches from using the install path for libstd-*.so and
libtest-*.so to using the build directory (now passed on the command
line). The user no longer needs to run x.py install before running tests
now, and the correct libstd and libtest are detected on run instead of
startup so the test runner can handle recompilations after starting the
testing environment.
</content>
</entry>
<entry>
<title>Add support for test tmpdir to fuchsia test runner</title>
<updated>2023-06-15T16:17:40+00:00</updated>
<author>
<name>David Koloski</name>
<email>dkoloski@google.com</email>
</author>
<published>2023-06-15T16:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71db99935a7dd98dfd9253dac55e58f098f56996'/>
<id>urn:sha1:71db99935a7dd98dfd9253dac55e58f098f56996</id>
<content type='text'>
Also format the script to keep the code nice.
</content>
</entry>
</feed>
