summaryrefslogtreecommitdiff
path: root/yjit
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-04-04 16:28:35 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2023-04-05 09:49:31 -0400
commit3e1e09b2b7ee9a6b45d15d28997c1357eab53f14 (patch)
treec108048a8bcad2306fb992b99724f2d9231e6286 /yjit
parent8f734cf93ec1b937fec3eada2df205f9e93b3f33 (diff)
downloadruby-3e1e09b2b7ee9a6b45d15d28997c1357eab53f14.tar.gz
YJIT: Smoke test on Rust 1.58.0
Since warnings might show up on older version but not newer ones.
Diffstat (limited to 'yjit')
-rw-r--r--yjit/yjit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/yjit.mk b/yjit/yjit.mk
index 634d5d56d9..2f34c0079b 100644
--- a/yjit/yjit.mk
+++ b/yjit/yjit.mk
@@ -90,7 +90,7 @@ update-yjit-bench:
.PHONY: yjit-smoke-test
yjit-smoke-test:
ifneq ($(strip $(CARGO)),)
- $(CARGO) test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
+ $(CARGO) +1.58.0 test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
endif
$(MAKE) btest RUN_OPTS='--yjit-call-threshold=1' BTESTS=-j
$(MAKE) test-all TESTS='$(top_srcdir)/test/ruby/test_yjit.rb'