From 82c9498e9f06f51780c704aa93263eb0f3e39a38 Mon Sep 17 00:00:00 2001 From: Arif Anatol Celik Date: Wed, 20 Dec 2017 13:15:23 -0800 Subject: [PATCH] Run substratevm gate with rustc. --- ci.hocon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.hocon b/ci.hocon index 701560ea0..28293d903 100644 --- a/ci.hocon +++ b/ci.hocon @@ -121,6 +121,9 @@ ruby-downstream-test: { } svm-downstream-test: ${requireGCC} { + packages: { + rustc: "==1.19.0" + } environment: { SVM_REPO: "https://github.com/graalvm/graal.git", SVM_SUITEDIR: substratevm,