Skip to content

Commit 678645b

Browse files
authored
Merge pull request #7883 from github/aibaars/ruby-cross
Ruby: add configuration for 'cross'
2 parents d7f30de + 525c685 commit 678645b

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)