From 525c685584290ea0192d4d6855127d63ff8c0818 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Fri, 4 Feb 2022 15:45:57 +0100 Subject: [PATCH] Ruby: add configuration for 'cross' --- ruby/Cross.toml | 2 ++ ruby/rust-toolchain.toml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ruby/Cross.toml diff --git a/ruby/Cross.toml b/ruby/Cross.toml new file mode 100644 index 00000000000..17726bd5e82 --- /dev/null +++ b/ruby/Cross.toml @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-gnu] +image = "centos/devtoolset-7-toolchain-centos7" diff --git a/ruby/rust-toolchain.toml b/ruby/rust-toolchain.toml index a0f513619dc..a4602066f4b 100644 --- a/ruby/rust-toolchain.toml +++ b/ruby/rust-toolchain.toml @@ -3,4 +3,5 @@ [toolchain] channel = "1.54" -profile = "default" +profile = "minimal" +components = [ "rustfmt" ]