Skip to content

Conversation

@st0012
Copy link
Member

@st0012 st0012 commented May 12, 2025

No description provided.

@st0012 st0012 force-pushed the fix-build branch 4 times, most recently from fda351f to 1591889 Compare May 12, 2025 20:47
@st0012
Copy link
Member Author

st0012 commented Jun 26, 2025

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
Copy link
Member

nobu commented Oct 6, 2025

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

    - name: Set up Ruby
      uses: ruby/setup-ruby-pkgs@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # 'bundle install' and cache
        msys2: gperf
        choco: 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 free to 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