Skip to content

Commit 2dfd199

Browse files
committed
CI: Restore mingw32 build for stable rubies
1 parent c4267fd commit 2dfd199

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18+
- MINGW_ARCH: "mingw32"
19+
RUNON: windows-latest
1820
- MINGW_ARCH: "ucrt64"
1921
RUNON: windows-latest
2022
- MINGW_ARCH: "clangarm64"

mingw-w64-ruby34/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ package() {
9393
# The flags are inherited from the ruby build but not inteded for builds on the target system
9494
sed -i "s# ${PLACEHOLDER_DLL_RES}##g" ${pkgdir}/${MINGW_PREFIX}/lib/ruby/*/*/rbconfig.rb
9595
}
96+

0 commit comments

Comments
 (0)