From d3924c1a5b6cf3d23aec1fd2a9171cefe5a0c90b Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Mon, 20 Nov 2023 20:03:02 +0100 Subject: [PATCH] Fix compatibility with other architectures See #899 --- core/pom.xml | 2 ++ core/src/main/resources/changelog.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 27c7fc198..bdfb2ad36 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -505,6 +505,7 @@ paketobuildpacks/builder:tiny true + -march=compatibility @@ -529,6 +530,7 @@ -H:DeadlockWatchdogInterval=0 --initialize-at-build-time=org.apache.commons.logging.LogFactoryService -H:+StaticExecutableWithDynamicLibC + -march=compatibility --no-fallback -J-Xmx7g ${project.build.outputDirectory} diff --git a/core/src/main/resources/changelog.yaml b/core/src/main/resources/changelog.yaml index 14244957a..eb3d73887 100644 --- a/core/src/main/resources/changelog.yaml +++ b/core/src/main/resources/changelog.yaml @@ -1,4 +1,10 @@ #@formatter:off +- version: "v5.3.3" + date: "2023-11-20" + changes: + - type: "fix" + text: "Windows releases didn't run on intel CPUs (see what I wrote below about this being hard?). See #899" + final: true - version: "v5.3.2" date: "2023-11-18" changes: