mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 05:10: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
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pork-jar
|
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")
|
imageName.set("pork")
|
||||||
mainClass.set("gay.pizza.pork.tool.MainKt")
|
mainClass.set("gay.pizza.pork.tool.MainKt")
|
||||||
sharedLibrary.set(false)
|
sharedLibrary.set(false)
|
||||||
|
buildArgs("-march=compatibility")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user