mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-02 07:04:48 +02:00
ci : disable publishing of java binding [no ci] (#3086)
This commit disables the publishing of the Java binding to the Maven repository. The motivation for this is that this job was disabled for some time and recently it was re-enabled, but the publishing of the Java binding caused the build to fail and needs to be investigated further. Refs: https://github.com/ggml-org/whisper.cpp/issues/3079
This commit is contained in:
parent
50218b935d
commit
28dcdff4c5
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -1104,17 +1104,17 @@ jobs:
|
|||||||
name: whispercpp.jar
|
name: whispercpp.jar
|
||||||
path: bindings/java/build/libs/whispercpp-*.jar
|
path: bindings/java/build/libs/whispercpp-*.jar
|
||||||
|
|
||||||
- name: Publish package
|
# - name: Publish package
|
||||||
if: ${{ github.ref == 'refs/heads/master' }}
|
# if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
uses: gradle/gradle-build-action@v2.4.2
|
# uses: gradle/gradle-build-action@v2.4.2
|
||||||
with:
|
# with:
|
||||||
arguments: publish
|
# arguments: publish
|
||||||
build-root-directory: bindings/java
|
# build-root-directory: bindings/java
|
||||||
env:
|
# env:
|
||||||
MAVEN_USERNAME: ${{ secrets.JIRA_USER }}
|
# MAVEN_USERNAME: ${{ secrets.JIRA_USER }}
|
||||||
MAVEN_PASSWORD: ${{ secrets.JIRA_PASS }}
|
# MAVEN_PASSWORD: ${{ secrets.JIRA_PASS }}
|
||||||
PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
|
# PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
# PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
|
||||||
quantize:
|
quantize:
|
||||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
|
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||
|
||||||
|
Loading…
Reference in New Issue
Block a user