<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/ci/docker/host-x86_64/arm-android, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-21T03:18:17+00:00</updated>
<entry>
<title>add missing PATH</title>
<updated>2025-05-21T03:18:17+00:00</updated>
<author>
<name>onur-ozkan</name>
<email>work@onurozkan.dev</email>
</author>
<published>2025-05-19T15:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c4eb87dbefaf8f00623574c9386df235fb95411'/>
<id>urn:sha1:5c4eb87dbefaf8f00623574c9386df235fb95411</id>
<content type='text'>
Signed-off-by: onur-ozkan &lt;work@onurozkan.dev&gt;
</content>
</entry>
<entry>
<title>Bump unsupported `ubuntu` CI images to 24.04 LTS</title>
<updated>2024-11-28T04:27:55+00:00</updated>
<author>
<name>rami3l</name>
<email>rami3l@outlook.com</email>
</author>
<published>2024-11-27T13:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cddc8318f5ef4d9b99c18db491216637e161968c'/>
<id>urn:sha1:cddc8318f5ef4d9b99c18db491216637e161968c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Android testing to API 21, matching NDK 26</title>
<updated>2024-07-26T00:52:42+00:00</updated>
<author>
<name>Matthew Maurer</name>
<email>mmaurer@google.com</email>
</author>
<published>2024-02-02T23:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bf9aeaa80fcb9d30fa2dfab85f323d38ea9c6f2'/>
<id>urn:sha1:8bf9aeaa80fcb9d30fa2dfab85f323d38ea9c6f2</id>
<content type='text'>
We were running testing on API 18, which was already out of support for
NDK 25, and some of the ancient behavior in that image was causing
trouble when developing `rustc` features (#120326).

Update to the current LTS NDK 26, and to its minimum supported API 21.

Fixes: #120567
</content>
</entry>
<entry>
<title>Improve android-ndk property interface</title>
<updated>2023-10-23T19:15:20+00:00</updated>
<author>
<name>Peter Collingbourne</name>
<email>pcc@google.com</email>
</author>
<published>2022-10-13T00:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aad44b3b5420bdb0baa963cda669d7f2b1d9cf61'/>
<id>urn:sha1:aad44b3b5420bdb0baa963cda669d7f2b1d9cf61</id>
<content type='text'>
PR #105716 added support for NDK r25b, and removed support for r15. Since
the switch to r25b would have broken existing r15 users anyway, let's
take the opportunity to make the interface more user friendly.

Firstly move the android-ndk property to [build] instead of the
targets. This is possible now that the NDK has obsoleted the concept of
target-specific toolchains.

Also make the property take the NDK root directory instead of the
"toolchains/llvm/prebuilt/&lt;host tag&gt;" subdirectory.
</content>
</entry>
<entry>
<title>Bump to supported Ubuntu</title>
<updated>2023-09-16T21:58:13+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-09-12T23:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b882acc2e48e02f11622cf7fb4c02c732a81bfc'/>
<id>urn:sha1:5b882acc2e48e02f11622cf7fb4c02c732a81bfc</id>
<content type='text'>
The 22.10 Ubuntu repositories were returning 404s in last stable build.
</content>
</entry>
<entry>
<title>Update CI to use Android NDK r25b</title>
<updated>2022-12-14T19:33:08+00:00</updated>
<author>
<name>Chris Wailes</name>
<email>chriswailes@google.com</email>
</author>
<published>2022-09-26T22:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0fb426ace4ed07bc023863ebd8103ac49fba1283'/>
<id>urn:sha1:0fb426ace4ed07bc023863ebd8103ac49fba1283</id>
<content type='text'>
This commit updates the CI definitions to use the most recent Android
LTS NDK release: r25b.  Changes since the last NDK used by Rust negate
the need to generate "standalone toolchains" and newer NDKs can be used
in-place.

See https://developer.android.com/ndk/guides/other_build_systems#overview
</content>
</entry>
<entry>
<title>Revert "Update CI to use Android NDK r25b"</title>
<updated>2022-11-20T02:48:26+00:00</updated>
<author>
<name>Alex Pinkus</name>
<email>pinkus@amazon.com</email>
</author>
<published>2022-11-20T01:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f1c7b24705d8e744ddea9b445cb70e0a0d328cb'/>
<id>urn:sha1:6f1c7b24705d8e744ddea9b445cb70e0a0d328cb</id>
<content type='text'>
This reverts commit bf7f1ca316a249cf99d722d79a0db12fef687142.
</content>
</entry>
<entry>
<title>Update CI to use Android NDK r25b</title>
<updated>2022-10-04T19:14:14+00:00</updated>
<author>
<name>Chris Wailes</name>
<email>chriswailes@google.com</email>
</author>
<published>2022-09-26T22:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf7f1ca316a249cf99d722d79a0db12fef687142'/>
<id>urn:sha1:bf7f1ca316a249cf99d722d79a0db12fef687142</id>
<content type='text'>
This commit updates the CI definitions to use the most recent Android
LTS NDK release: r25b.  Changes since the last NDK used by Rust negate
the need to generate "standalone toolchains" and newer NDKs can be used
in-place.

See https://developer.android.com/ndk/guides/other_build_systems#overview
</content>
</entry>
<entry>
<title>ci: Upgrade android containers from ubuntu:16.04 to 22.04</title>
<updated>2022-08-24T00:05:45+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2022-08-24T00:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5bc44be45b53e71af45d66613d2fdb62f4d523'/>
<id>urn:sha1:9e5bc44be45b53e71af45d66613d2fdb62f4d523</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable downloading prebuilt LLVM in test builders</title>
<updated>2022-08-20T13:47:59+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2022-07-31T21:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c7f30114515111c53224e2de1434a324f73c0e8'/>
<id>urn:sha1:6c7f30114515111c53224e2de1434a324f73c0e8</id>
<content type='text'>
See comment added for details on the test builder restriction. This is primarily
intended for macOS CI, but is likely to be a slight win on other builders too.
</content>
</entry>
</feed>
