<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/docker/scripts/cross-apt-packages.sh, branch 1.82.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.82.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.82.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-05-12T10:31:55+00:00</updated>
<entry>
<title>ci: Add support for dist-loongarch64-linux</title>
<updated>2023-05-12T10:31:55+00:00</updated>
<author>
<name>WANG Rui</name>
<email>wangrui@loongson.cn</email>
</author>
<published>2022-12-29T07:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f173e979f7dfa5dd4cd5284ad6894d600ba2c43'/>
<id>urn:sha1:5f173e979f7dfa5dd4cd5284ad6894d600ba2c43</id>
<content type='text'>
Co-Authored-By: YANG Xiaojuan &lt;yangxiaojuan@loongson.cn&gt;
</content>
</entry>
<entry>
<title>Update dist-various to Ubuntu 20.04</title>
<updated>2021-01-29T17:38:04+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-01-29T14:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7c8bc7a752588104858d6d73a724db414447e0d'/>
<id>urn:sha1:b7c8bc7a752588104858d6d73a724db414447e0d</id>
<content type='text'>
This updates the dist-various-1 and dist-various-2 images to Ubuntu
20.04. This requires some adjustments:

 * `DEBIAN_FRONTEND=noninteractive` required for apt install.
 * `team-gcc-argm-embedded` PPA does not support focal. However,
   we can simply use the distro-provided `gcc-arm-none-eabi`. Per
   the comment, the PPA was only used to get a newer version.
 * rumprun has to be updated to avoid a linker error.
 * We need to build rumrun with `NOGCCERROR`, which disables use
   of `-Werror` and allows building with a newer compiler.
 * We need to install `libtinfo5`, which appears to be a dependency
   of the clang used during the fuchsia build.
 * We need to switch to `g++-8` rather than `g++-7`, as at least
   `g++-7-arm-linux-gnueabi` is not available on focal.
 * We need to upgrade to GCC 6.5 for the Solaris build, as GCC 6.4
   does not support the newer libisl version.
</content>
</entry>
<entry>
<title>fix shellcheck error of SC2148</title>
<updated>2020-11-06T11:33:12+00:00</updated>
<author>
<name>Daiki Ihara</name>
<email>sasurau4@gmail.com</email>
</author>
<published>2020-11-03T13:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f197da655ffe5df52dc5bf19ead9067c8439700c'/>
<id>urn:sha1:f197da655ffe5df52dc5bf19ead9067c8439700c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install ninja on CI builders</title>
<updated>2020-08-26T21:57:07+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2020-07-29T19:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6149dffff959c0c338ef319b4cea2f49560041e7'/>
<id>urn:sha1:6149dffff959c0c338ef319b4cea2f49560041e7</id>
<content type='text'>
Windows CI builds already install ninja. Install it in all the
Docker-based builds as well.
</content>
</entry>
<entry>
<title>Enforce Python 3 as much as possible</title>
<updated>2020-04-10T13:09:58+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-11-21T12:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38eb369fa4d06e55869a8fae62796a7b0085a5bd'/>
<id>urn:sha1:38eb369fa4d06e55869a8fae62796a7b0085a5bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add crosstool-ng 1.24.0 unzip dependency</title>
<updated>2019-10-12T05:05:22+00:00</updated>
<author>
<name>qtmlabs</name>
<email>qtmlabs@protonmail.com</email>
</author>
<published>2019-10-12T05:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88ea4ff26a361ca5b0cea0c4b1a4fa15f7a2a141'/>
<id>urn:sha1:88ea4ff26a361ca5b0cea0c4b1a4fa15f7a2a141</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated docker images to factor out common scripts</title>
<updated>2017-07-13T01:25:36+00:00</updated>
<author>
<name>Ty Coghlan</name>
<email>Coghlan.Ty@gmail.com</email>
</author>
<published>2017-07-09T15:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=250346128b0083c8137171af503bda194c6124dd'/>
<id>urn:sha1:250346128b0083c8137171af503bda194c6124dd</id>
<content type='text'>
</content>
</entry>
</feed>
