Skip to content

Commit 525c685

Browse files
committed
Ruby: add configuration for 'cross'
1 parent a2532a8 commit 525c685

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ruby/Cross.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-unknown-linux-gnu]
2+
image = "centos/devtoolset-7-toolchain-centos7"

ruby/rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
[toolchain]
55
channel = "1.54"
6-
profile = "default"
6+
profile = "minimal"
7+
components = [ "rustfmt" ]

0 commit comments

Comments
 (0)