Skip to content

Commit

Permalink
Merge branch 'release/0.8.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
usommerl committed Apr 25, 2024
2 parents e14ebd0 + 4327321 commit 03476f5
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 1,116 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
needs: [ci]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Args = --no-server \
--no-fallback \
Args = --no-fallback \
--static \
--libc=musl \
--enable-http \
--enable-https \
--report-unsupported-elements-at-runtime \
--initialize-at-build-time=scala.Symbol$ \
--allow-incomplete-classpath \
--install-exit-handlers \
-H:+ReportExceptionStackTraces \
-H:+ReportUnsupportedElementsAtRuntime \
Expand Down
Loading

0 comments on commit 03476f5

Please sign in to comment.