summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2025-12-08 22:25:05 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2025-12-10 16:35:00 -0500
commit029a48176cf9fd367d52d8c9f87cb9f77d425a43 (patch)
tree5021bbe0114bc832d4830025ca6fbca1e21ee84e /template
parent121d0da02580693ac5f872578284e26e2668b577 (diff)
JITs: Drop cargo and use just rustc for release combo build
So we don't expose builders to network flakiness which cannot be worked around using cargo's --offline flag.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 7bc40b9d01..fd41ddca9d 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -114,6 +114,8 @@ JIT_CARGO_SUPPORT=@JIT_CARGO_SUPPORT@
CARGO_TARGET_DIR=@abs_top_builddir@/target
CARGO_BUILD_ARGS=@CARGO_BUILD_ARGS@
ZJIT_TEST_FEATURES=@ZJIT_TEST_FEATURES@
+JIT_RUST_FLAGS=@JIT_RUST_FLAGS@
+RLIB_DIR=@RLIB_DIR@
RUST_LIB=@RUST_LIB@
RUST_LIBOBJ = $(RUST_LIB:.a=.@OBJEXT@)
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@