internal/glfw: Use a more stable version of MinGW

Closes #1750
This commit is contained in:
Hajime Hoshi 2021-08-13 03:35:47 +09:00
parent a69bf41d33
commit 797f42b839
5 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,11 @@
FROM debian:testing FROM debian:buster
# For the version of gcc-mingw-w64, see https://packages.debian.org/bullseye/gcc-mingw-w64-x86-64 # For the version of gcc-mingw-w64, see https://packages.debian.org/buster/gcc-mingw-w64-x86-64
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
git \
ca-certificates \ ca-certificates \
golang \ golang \
gcc-mingw-w64=10.2.1-6+24.1 \ gcc-mingw-w64=8.3.0-6+21.3~deb10u1 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /work WORKDIR /work

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,4 +2,4 @@
package glfw package glfw
const glfwDLLHash = "07d08703f5616790dc7aaf0fadce94ecdb28591f0064cbbc1b5d75f021f6f758" const glfwDLLHash = "e6422fe98c4089e2a7f8ddc41f94ecb156dfda774974326280946db1770543ba"

View File

@ -2,4 +2,4 @@
package glfw package glfw
const glfwDLLHash = "083d57bfc7cfc98e2066b4b99736d0c475d65b7469ee90d2511b38f38b668873" const glfwDLLHash = "341ab581d5dff977d7b7596a64e5a77e4e730bfce307c4dcf086ca07359a38d1"