Skip to content

Commit

Permalink
Fix -march=compatibility for GraalVM
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Sep 5, 2023
1 parent 174d51c commit e7f36e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pork-jar
path: tool/build/distributions/pork-all.jar
path: tool/build/libs/pork-all.jar
1 change: 1 addition & 0 deletions tool/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ graalvmNative {
imageName.set("pork")
mainClass.set("gay.pizza.pork.tool.MainKt")
sharedLibrary.set(false)
buildArgs("-march=compatibility")
}
}
}
Expand Down

0 comments on commit e7f36e0

Please sign in to comment.