Ruby: add configuration for 'cross'

This commit is contained in:
Arthur Baars
2022-02-04 15:45:57 +01:00
parent a2532a86ea
commit 525c685584
2 changed files with 4 additions and 1 deletions

2
ruby/Cross.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
image = "centos/devtoolset-7-toolchain-centos7"

View File

@@ -3,4 +3,5 @@
[toolchain]
channel = "1.54"
profile = "default"
profile = "minimal"
components = [ "rustfmt" ]