date icon indicating copy to clipboard operation
date copied to clipboard

Install gperf for mingw as well

Open st0012 opened this issue 7 months ago • 2 comments

st0012 avatar May 12 '25 20:05 st0012

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 🙏

st0012 avatar Jun 26 '25 10:06 st0012

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

nobu avatar Oct 06 '25 06:10 nobu