From 2881eddf98f6823aeceb6818225a97ff1a273ce2 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 7 Jun 2026 15:47:28 -0700 Subject: [PATCH] ubuntu-win64-cross: Bump mxe, GCC toolchain --- ubuntu-win64-cross/gcc.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu-win64-cross/gcc.Dockerfile b/ubuntu-win64-cross/gcc.Dockerfile index 8721dc4d59..ec043cb723 100644 --- a/ubuntu-win64-cross/gcc.Dockerfile +++ b/ubuntu-win64-cross/gcc.Dockerfile @@ -6,9 +6,9 @@ FROM ubuntu:24.04 ENV MXE_PATH=/usr/local/mxe ENV MXE_REPO=https://github.com/mxe/mxe.git -ENV MXE_VERSION=9c716d7337fcec2b95eef7ed8f5970b4b8e97f68 +ENV MXE_VERSION=d9441093aa48e376aa6e49bcc7118ccc2b683a1e -ARG PLUGIN_DIRS="plugins/gcc15" +ARG PLUGIN_DIRS="plugins/gcc16" ARG TARGETS="x86_64-w64-mingw32.static" ARG JOBS=6