-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump linux-image version to fix CI #498
Conversation
the android builds are failing because the |
the repo tool (all of its versions?) now depend on a python 3.6+ interpreter Ubuntu 16.04 only has access to a python 3.5 interpreter which is too old and won't work using a newer Ubuntu image shouldn't affect the minimum supported android version (*) because we are building an android SDK from scratch and android doesn't depend on gliblc (*) old Ubuntu images are used for the linux-gnu targets to ensure compatibility with old glibc versions
ok, moved the android images to Ubuntu 20.04; that should fix the issues with the basing those images on Ubuntu 20.04 (*) shouldn't raise the minimum supported android version because we are building an android SDK from scratch and android doesn't depend on glibc (*) this is more of an issue with the linux-gnu targets which depend on glibc; there an old ubuntu image is used to keep the supported glibc version (of Rust programs produced by |
bors r+ |
Build succeeded: |
the Dockerfiles try to use linux-image-4.19.0-10 which no longer exists in the debian package repository; this is making CI fail: https://dev.azure.com/rust-embedded/cross/_build/results?buildId=772&view=logs&j=e6deedce-f53c-5dcc-524e-14349f140ffd&t=9e60ab89-47e0-5dc9-e657-a2fbb695cbf9&l=6521
this PR updates the package version (revision?) to linux-image-4.19.0-11