Skip to content

Commit

Permalink
Add pkgconf to gcc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jul 29, 2021
1 parent 1cff281 commit 5f02b04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15 ]
ruby: [ ruby-head, 2.7, 2.5, 2.2, jruby, truffleruby ]
ruby: [ ruby-head, '3.0', 2.7, 2.5, 2.2, jruby, truffleruby ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion mingw.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const updateGCC = async () => {
// TODO: code for installing gcc 9.2.0-1 or 9.1.0-3

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

Expand Down

0 comments on commit 5f02b04

Please # to comment.