Skip to content

Commit 5f02b04

Browse files
committed
Add pkgconf to gcc packages
1 parent 1cff281 commit 5f02b04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15 ]
13-
ruby: [ ruby-head, 2.7, 2.5, 2.2, jruby, truffleruby ]
13+
ruby: [ ruby-head, '3.0', 2.7, 2.5, 2.2, jruby, truffleruby ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout

mingw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const updateGCC = async () => {
9999
// TODO: code for installing gcc 9.2.0-1 or 9.1.0-3
100100

101101
msSt = grpSt(`Upgrading gcc for Ruby ${ruby.vers}`)
102-
let gccPkgs = ['', 'binutils', 'crt', 'dlfcn', 'headers', 'libiconv', 'isl', 'make', 'mpc', 'mpfr', 'windows-default-manifest', 'libwinpthread', 'libyaml', 'winpthreads', 'zlib', 'gcc-libs', 'gcc']
102+
let gccPkgs = ['', 'binutils', 'crt', 'dlfcn', 'headers', 'libiconv', 'isl', 'make', 'mpc', 'mpfr', 'pkgconf', 'windows-default-manifest', 'libwinpthread', 'libyaml', 'winpthreads', 'zlib', 'gcc-libs', 'gcc']
103103
execSync(`pacman.exe ${msys2Sync} --nodeps ${args} ${gccPkgs.join(pre)}`)
104104
grpEnd(msSt)
105105

0 commit comments

Comments
 (0)