Skip to content

Commit

Permalink
cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tellnobody1 committed Sep 15, 2024
1 parent 016e4c2 commit 8069514
Show file tree
Hide file tree
Showing 24 changed files with 2,025 additions and 348 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.7
with:
clean: false
fetch-depth: 0 # with tags
submodules: 'recursive'
- uses: actions/setup-java@v4.1.0
- uses: actions/setup-java@v4.3.0
with:
java-version: 21
distribution: 'zulu'
java-version: 11
distribution: temurin
- uses: actions/setup-node@v4.0.3
with:
node-version: 22.8.0
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt +test
run: sbt +compile +Test/compile +test
3 changes: 2 additions & 1 deletion .sbtopts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-J-XX:MaxMetaspaceSize=500m
-J-XX:MaxMetaspaceSize=1000m
-J-Xmx2G
5 changes: 5 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=11.0.24-tem
scala=3.3.3

214 changes: 0 additions & 214 deletions bench/src/main/scala-2.13/data.scala

This file was deleted.

72 changes: 0 additions & 72 deletions bench/src/main/scala-2.13/msg.scala

This file was deleted.

Loading

0 comments on commit 8069514

Please sign in to comment.