enable Ruby's YJIT

This commit is contained in:
2025-05-02 15:27:33 -05:00
parent 066078f23c
commit 762169f563
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ EOT
ENV RACK_ENV="production" \
BUNDLE_DEPLOYMENT=true \
BUNDLE_PATH="/usr/local/bundle" \
BUNDLE_WITHOUT="development test"
BUNDLE_WITHOUT="development test" \
RUBY_YJIT_ENABLE=true
FROM base AS build

View File

@ -14,7 +14,8 @@ EOT
ENV RACK_ENV="production" \
BUNDLE_DEPLOYMENT=true \
BUNDLE_PATH="/usr/local/bundle" \
BUNDLE_WITHOUT="development test"
BUNDLE_WITHOUT="development test" \
RUBY_YJIT_ENABLE=true
FROM base AS build