mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
|
@ -96,7 +96,6 @@ build:
|
|||
- --disable-multiarch # ^^
|
||||
- --with-vendordir=no # is empty so don’t pollute
|
||||
- --with-vendorarchdir=no # ^^
|
||||
- --with-sitedir=no # ^^
|
||||
- --with-sitearchdir=no # ^^
|
||||
- --enable-yjit # https://github.com/pkgxdev/pantry/issues/3538
|
||||
|
||||
|
|
Loading…
Reference in a new issue