Skip to content

Commit

Permalink
NI compatibility flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 18, 2023
1 parent c95530e commit eb60821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
include:
- os: ubuntu-latest
executable-suffix: ''
native-build-args: --verbose -J-Xmx10g
native-build-args: --verbose -J-Xmx10g -march=compatibility
- os: macos-latest
executable-suffix: ''
native-build-args: --verbose -J-Xmx13g
native-build-args: --verbose -J-Xmx13g -march=compatibility
- os: windows-2022
executable-suffix: '.exe'
# e2e is disabled due to unstable docker step
#e2e: false
native-build-args: --verbose -J-Xmx10g
native-build-args: --verbose -J-Xmx10g -march=compatibility
steps:
- uses: actions/checkout@v3
- name: Set up GraalVM (Java ${{ matrix.java-version }})
Expand Down

0 comments on commit eb60821

Please sign in to comment.