]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Fri, 2 Sep 2022 05:32:57 +0000 (05:32 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Sep 2022 05:32:57 +0000 (05:32 +0000)
commitb10aed0084e3fb32b365dba06a1b644c3b0f438b
tree2c07f6779095b1815236e3236a3dd189ef225388
parent301348077d364d536d5f7cb57a72b85d9966ded6
parent9e5bc44be45b53e71af45d66613d2fdb62f4d523
Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum

ci: Upgrade android containers from ubuntu:16.04 to 22.04

The main goal of updating to 22.04 is to get away from `llvm.allow-old-toolchain`.
These containers are not building LLVM for android, so only the host version matters.
A side benefit is that they can also use the system `cmake` instead of building one.