From 7171cc2b262e44f7e709b467db479154c0c41ac9 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sat, 16 Nov 2024 08:34:10 +1300 Subject: [PATCH] CICD: Update the MXE Version Used to Build the Windows Version. This fixes the missing 'Print' functionality in Windows. Signed-off-by: Michael Keller --- .github/workflows/windows-mxe-dockerimage.yml | 2 +- scripts/docker/mxe-build-container/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-mxe-dockerimage.yml b/.github/workflows/windows-mxe-dockerimage.yml index 2e4c1d0096f..afd384038b1 100644 --- a/.github/workflows/windows-mxe-dockerimage.yml +++ b/.github/workflows/windows-mxe-dockerimage.yml @@ -12,7 +12,7 @@ jobs: windows-mxe: runs-on: ubuntu-latest env: - VERSION: ${{ '3.3.0' }} # 'official' images should have a dot-zero version + VERSION: ${{ '3.3.1' }} # 'official' images should have a dot-zero version mxe_sha: '974808c2ecb02866764d236fe533ae57ba342e7a' steps: diff --git a/scripts/docker/mxe-build-container/Dockerfile b/scripts/docker/mxe-build-container/Dockerfile index 511117ba38e..f38dff4518a 100644 --- a/scripts/docker/mxe-build-container/Dockerfile +++ b/scripts/docker/mxe-build-container/Dockerfile @@ -55,7 +55,7 @@ RUN apt-get install -y \ scons # very often master is broken, so we pass in a known good SHA -ARG mxe_sha=d6377b2f2334694dbb040294fd0d848327e63328 +ARG mxe_sha=db430dc676e6f5d77604af150b8acc1403af4fd7 ENV _ver=${mxe_sha} WORKDIR /win