Skip to content

Commit adcf12d

Browse files
committed
github: Stop building in the mingw64 environment in msys2
These builds fail regularly, under mysterious circumstances. ("The hosted runner lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.") This usually seems to happen around the build-libcxx.sh step.
1 parent 81e6861 commit adcf12d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,8 @@ jobs:
329329
llvm-mingw-*.tar.xz
330330
retention-days: 7
331331

332-
# Test building the toolchain on msys2 (in the mingw64 and clang64
333-
# environments). The binaries built here rely on the runtime libraries from
334-
# the host environment (libstdc++ or libc++).
332+
# Test building the toolchain on msys2. The binaries built here rely on the
333+
# runtime libraries from the host environment (libstdc++ or libc++).
335334
msys2:
336335
needs: [prepare]
337336
runs-on: windows-latest
@@ -342,7 +341,6 @@ jobs:
342341
fail-fast: false
343342
matrix:
344343
sys:
345-
- mingw64
346344
- clang64
347345
steps:
348346
- uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)