mirror of
				https://github.com/GayPizzaSpecifications/pork.git
				synced 2025-11-03 17:39:38 +00:00 
			
		
		
		
	Fix -march=compatibility for GraalVM
This commit is contained in:
		
							
								
								
									
										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")
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user