about summary refs log tree commit diff
path: root/src/ci/docker/scripts/android-ndk.sh
AgeCommit message (Collapse)AuthorLines
2022-12-14Update CI to use Android NDK r25bChris Wailes-20/+2
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
2022-11-19Revert "Update CI to use Android NDK r25b"Alex Pinkus-2/+20
This reverts commit bf7f1ca316a249cf99d722d79a0db12fef687142.
2022-10-04Update CI to use Android NDK r25bChris Wailes-20/+2
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
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-07-18travis: Switch `curl -s` to `curl -f`Alex Crichton-1/+1
I seem to have been a little too tired when I fixed up the container scripts, applying the wrong flag!
2017-07-17travis: Make a few `curl` invocations more resilientAlex Crichton-1/+1
Use the `-f` flag to indicate that, for example, a 500 response code is to be considered a failure, triggering the normal retry logic. Also ignore errors where we check the date from google.com, as a failure there shouldn't fail the build.
2017-05-18ci: move shared scripts to src/ci/docker/scripts/Marco A L Barbosa-0/+40