From 9d935c67e6611b736f630963b146a30954a4be37 Mon Sep 17 00:00:00 2001 From: Bjarne Koll Date: Sat, 7 Sep 2024 11:00:57 +0200 Subject: [PATCH] Revert velocity natives to 3.1.2 (#11368) The updated velocity native compilation pipeline seems to emit binaries that are not compatible with alpine. The commit temporarily reverts the natives included until a proper solution is found. --- .../server/Use-Velocity-compression-and-cipher-natives.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/Use-Velocity-compression-and-cipher-natives.patch b/patches/server/Use-Velocity-compression-and-cipher-natives.patch index bb7f6a58ed..c25be596b4 100644 --- a/patches/server/Use-Velocity-compression-and-cipher-natives.patch +++ b/patches/server/Use-Velocity-compression-and-cipher-natives.patch @@ -13,7 +13,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 runtimeOnly("com.mysql:mysql-connector-j:8.4.0") runtimeOnly("com.lmax:disruptor:3.4.4") // Paper + // Paper start - Use Velocity cipher -+ implementation("com.velocitypowered:velocity-native:3.3.0-SNAPSHOT") { ++ implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") { + isTransitive = false + } + // Paper end - Use Velocity cipher