Skip to content

Commit

Permalink
Fix JUnit testing for android (#8984)
Browse files Browse the repository at this point in the history
* re-enable junit-testing

* uuh it's that linker issue

* Fine.. i'll just build it.

* recusive submodules
  • Loading branch information
strseb authored Jan 22, 2024
1 parent b81ad66 commit fce17ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions taskcluster/kinds/test/junit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@ android-junit:
kind: test
platform: android/arm64-v8a
tier: 1
dependencies:
build: build-android-arm64/debug
fetches:
toolchain:
- conda-android-arm64-6.2.4
build:
- artifact: android-build.zip
run:
using: run-task
use-caches: true
cwd: '{checkout}'
command: >-
git submodule update --init --recursive;
source $TASK_WORKDIR/fetches/bin/activate;
conda-unpack;
cd $TASK_WORKDIR/fetches/android-build;
unset CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER;
./scripts/android/cmake.sh -d;
cd .tmp/src/android-build/;
ls;
(./gradlew test || true);
./gradlew test
2 changes: 1 addition & 1 deletion taskcluster/kinds/test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ kind-dependencies:

tasks-from:
- taskgraph.yml
# - junit.yml
- junit.yml

0 comments on commit fce17ec

Please sign in to comment.