Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Remove JNI Configs (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou authored Dec 1, 2020
1 parent 7e76732 commit faa6da0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .cloudbuild/graal-build-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

gu install native-image
./mvnw clean install -B -q
./mvnw package -P graal -B --file google-cloud-graalvm-samples
./mvnw verify -P graal -B --file google-cloud-graalvm-samples
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
graal-java-build:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 90
steps:
- uses: actions/checkout@v2

Expand Down

This file was deleted.

0 comments on commit faa6da0

Please sign in to comment.