We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9798 commit e398feeCopy full SHA for e398fee
1 file changed
configure.ac
@@ -4041,8 +4041,9 @@ AS_IF([test x"$JIT_CARGO_SUPPORT" != "xno" -o \( x"$YJIT_SUPPORT" != "xno" -a x"
4041
# if YJIT and ZJIT release mode
4042
AS_IF([test "${YJIT_SUPPORT}:${ZJIT_SUPPORT}" = "yes:yes"], [
4043
JIT_CARGO_SUPPORT=release
4044
+ CARGO_BUILD_ARGS="--frozen" # --locked and --offline
4045
])
- CARGO_BUILD_ARGS="--profile ${JIT_CARGO_SUPPORT} --features ${rb_cargo_features}"
4046
+ CARGO_BUILD_ARGS="--profile ${JIT_CARGO_SUPPORT} --features ${rb_cargo_features} ${CARGO_BUILD_ARGS}"
4047
AS_IF([test "${JIT_CARGO_SUPPORT}" = "dev"], [
4048
RUST_LIB="target/debug/libruby.a"
4049
], [
0 commit comments