mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-22 10:18:49 +02:00
ci : re-enable android_java job
This commit re-enables the android_java job in the CI workflow. The job
was disabled because of a failing build.
The motivation for this is that Commit
226d344f56
("whisper.android.java : update
build with ggml source changes") addressed build issues and it should
now be possible to re-enable this job.
This commit is contained in:
parent
1279f0d0bc
commit
70f0b4a587
49
.github/workflows/build.yml
vendored
49
.github/workflows/build.yml
vendored
@ -969,31 +969,30 @@ jobs:
|
|||||||
cd whisper/examples/whisper.android
|
cd whisper/examples/whisper.android
|
||||||
./gradlew assembleRelease --no-daemon
|
./gradlew assembleRelease --no-daemon
|
||||||
|
|
||||||
# TODO: disable because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/11019444420/job/30627193602
|
android_java:
|
||||||
# android_java:
|
runs-on: ubuntu-22.04
|
||||||
# runs-on: ubuntu-22.04
|
|
||||||
#
|
steps:
|
||||||
# steps:
|
- name: Clone
|
||||||
# - name: Clone
|
uses: actions/checkout@v4
|
||||||
# uses: actions/checkout@v4
|
|
||||||
#
|
- name: set up JDK 11
|
||||||
# - name: set up JDK 11
|
uses: actions/setup-java@v4
|
||||||
# uses: actions/setup-java@v4
|
with:
|
||||||
# with:
|
java-version: '11'
|
||||||
# java-version: '11'
|
distribution: 'temurin'
|
||||||
# distribution: 'temurin'
|
cache: gradle
|
||||||
# cache: gradle
|
|
||||||
#
|
- name: Setup Android SDK
|
||||||
# - name: Setup Android SDK
|
uses: android-actions/setup-android@v3
|
||||||
# uses: android-actions/setup-android@v3
|
with:
|
||||||
# with:
|
cmdline-tools-version: 9.0
|
||||||
# cmdline-tools-version: 9.0
|
|
||||||
#
|
- name: Build
|
||||||
# - name: Build
|
run: |
|
||||||
# run: |
|
cd examples/whisper.android.java
|
||||||
# cd examples/whisper.android.java
|
chmod +x ./gradlew
|
||||||
# chmod +x ./gradlew
|
./gradlew assembleRelease
|
||||||
# ./gradlew assembleRelease
|
|
||||||
|
|
||||||
# TODO: disabled because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/9686220096/job/26735899598
|
# TODO: disabled because of following fail: https://github.com/ggerganov/whisper.cpp/actions/runs/9686220096/job/26735899598
|
||||||
# java:
|
# java:
|
||||||
|
Loading…
Reference in New Issue
Block a user