Skip to content

Install gperf for mingw as well - #125

Draft
st0012 wants to merge 7 commits into
ruby:masterfrom
st0012:fix-build
Draft

Install gperf for mingw as well#125
st0012 wants to merge 7 commits into
ruby:masterfrom
st0012:fix-build

Conversation

@st0012

Copy link
Copy Markdown
Member

No description provided.

@st0012
st0012force-pushed the fix-build branch 4 times, most recently from fda351f to 1591889CompareMay 12, 2025 20:47
Comment thread.github/workflows/test.yml Outdated
Comment thread.github/workflows/test.yml Outdated
@st0012

Copy link
Copy Markdown
MemberAuthor

I opened the PR to investigate https://bugs.ruby-lang.org/issues/21329, which has now been fixed. Do we still need the change here?
Sorry for the delay in responding 🙏

@nobu

nobu commented Oct 6, 2025

Copy link
Copy Markdown
Member

It seems ok to replace ruby/setup-ruby with ruby/setup-ruby-pkgs simply.

 - name: Set up Rubyuses: ruby/setup-ruby-pkgs@v1with:
ruby-version: ${{ matrix.ruby }}bundler-cache: true # 'bundle install' and cachemsys2: gperfchoco: gperf

And needed to add git config to suppress warnings by msys2 gperf.
https://github.com/nobu/date/actions/runs/18271832130/job/52015555474#step:4:43

zonetab.list:13: warning: junk after %% is ignored
zonetab.list:10: warning: junk after %} is ignored

https://github.com/nobu/date/tree/fix-build

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@st0012@nobu