Skip to content

Commit

Permalink
fix(native): set graalvm -march to compatibility (#322, #325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Nov 20, 2023
1 parent 9615188 commit 2fa92c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.GRAAL_DISTRIBUTION }}
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- name: 'Build Native Image (Linux)'
if: ${{ runner.os == 'Linux' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.GRAAL_DISTRIBUTION }}
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- name: 'Build Native Image (Linux)'
if: ${{ runner.os == 'Linux' }}
Expand Down
2 changes: 1 addition & 1 deletion jikkou-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ limitations under the License.
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<!-- Native -->
<imageName>jikkou</imageName>
<graalvm.build.arg>--verbose</graalvm.build.arg>
<graalvm.build.arg>--verbose -march=compatibility</graalvm.build.arg>
<native.maven.plugin.version>0.9.28</native.maven.plugin.version>
<exec.mainClass>io.streamthoughts.jikkou.client.Jikkou</exec.mainClass>
</properties>
Expand Down

0 comments on commit 2fa92c0

Please sign in to comment.