mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
Fix -march=compatibility for GraalVM
This commit is contained in:
parent
174d51ca1c
commit
e7f36e0524
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -34,6 +34,7 @@ graalvmNative {
|
||||
imageName.set("pork")
|
||||
mainClass.set("gay.pizza.pork.tool.MainKt")
|
||||
sharedLibrary.set(false)
|
||||
buildArgs("-march=compatibility")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user