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:
Scott J. Goldman 2024-01-19 10:53:45 -08:00 committed by Max Howell
parent 438d9abb0d
commit c23d06cfa5

View file

@ -96,7 +96,6 @@ build:
- --disable-multiarch # ^^
- --with-vendordir=no # is empty so dont pollute
- --with-vendorarchdir=no # ^^
- --with-sitedir=no # ^^
- --with-sitearchdir=no # ^^
- --enable-yjit # https://github.com/pkgxdev/pantry/issues/3538