mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(ruby): include sitedir in rbconfig
ruby on rails depends on bootsnap which requires it to be defined. otherwise, it crashes when the app starts
This commit is contained in:
parent
438d9abb0d
commit
c23d06cfa5
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ build:
|
||||||
- --disable-multiarch # ^^
|
- --disable-multiarch # ^^
|
||||||
- --with-vendordir=no # is empty so don’t pollute
|
- --with-vendordir=no # is empty so don’t pollute
|
||||||
- --with-vendorarchdir=no # ^^
|
- --with-vendorarchdir=no # ^^
|
||||||
- --with-sitedir=no # ^^
|
|
||||||
- --with-sitearchdir=no # ^^
|
- --with-sitearchdir=no # ^^
|
||||||
- --enable-yjit # https://github.com/pkgxdev/pantry/issues/3538
|
- --enable-yjit # https://github.com/pkgxdev/pantry/issues/3538
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue