mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(yarn)
otherwise the mozjpeg build fails. looks like it might not support linux-aarch64 :(
This commit is contained in:
parent
d938f12180
commit
e699593b24
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,11 @@ 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
|
||||||
- yarn build:cli
|
- yarn build:cli
|
||||||
|
|
Loading…
Reference in a new issue