enable Ruby's YJIT
This commit is contained in:
parent
066078f23c
commit
762169f563
@ -14,7 +14,8 @@ EOT
|
|||||||
ENV RACK_ENV="production" \
|
ENV RACK_ENV="production" \
|
||||||
BUNDLE_DEPLOYMENT=true \
|
BUNDLE_DEPLOYMENT=true \
|
||||||
BUNDLE_PATH="/usr/local/bundle" \
|
BUNDLE_PATH="/usr/local/bundle" \
|
||||||
BUNDLE_WITHOUT="development test"
|
BUNDLE_WITHOUT="development test" \
|
||||||
|
RUBY_YJIT_ENABLE=true
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|
||||||
|
@ -14,7 +14,8 @@ EOT
|
|||||||
ENV RACK_ENV="production" \
|
ENV RACK_ENV="production" \
|
||||||
BUNDLE_DEPLOYMENT=true \
|
BUNDLE_DEPLOYMENT=true \
|
||||||
BUNDLE_PATH="/usr/local/bundle" \
|
BUNDLE_PATH="/usr/local/bundle" \
|
||||||
BUNDLE_WITHOUT="development test"
|
BUNDLE_WITHOUT="development test" \
|
||||||
|
RUBY_YJIT_ENABLE=true
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user