mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(yarn)
3.8 builds fail compiling some random (apparently unneeded) npm module for linux
This commit is contained in:
parent
ef8e30f775
commit
57535b0169
|
@ -15,13 +15,8 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
classic.yarnpkg.com: ^1 # works and prevents bootstrapping issues
|
classic.yarnpkg.com: ^1 # works and prevents bootstrapping issues
|
||||||
gnu.org/autoconf: ^2 # required to rebuild mozjpeg module :(
|
|
||||||
gnu.org/automake: ^1 # required to rebuild mozjpeg module :(
|
|
||||||
gnu.org/libtool: ^2 # required to rebuild mozjpeg module :(
|
|
||||||
libpng.org: ^1 # required to rebuild mozjpeg module :(
|
|
||||||
freedesktop.org/pkg-config: ^0 # required to rebuild mozjpeg module :(
|
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install --immutable --mode=skip-build
|
||||||
- yarn build:cli
|
- yarn build:cli
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue