From 2b3e1a88ada4e36638d494311a5a91c5fff3642c Mon Sep 17 00:00:00 2001 From: marc2332 Date: Tue, 30 Apr 2024 23:39:19 +0200 Subject: [PATCH] actually bring back rust specific builds to android in CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb5e99dbeb..c2f1ebb466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,14 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, options: --no-default-features, features: glx } - { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } - { target: x86_64-apple-darwin, os: macos-latest, } + exclude: + # Android is tested on stable-3 + - rust_version: '1.70.0' + platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } + include: + - rust_version: '1.74.0' + platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } + env: RUST_BACKTRACE: 1