mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Ruby: add configuration for 'cross'
This commit is contained in:
2
ruby/Cross.toml
Normal file
2
ruby/Cross.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[target.x86_64-unknown-linux-gnu]
|
||||||
|
image = "centos/devtoolset-7-toolchain-centos7"
|
||||||
@@ -3,4 +3,5 @@
|
|||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.54"
|
channel = "1.54"
|
||||||
profile = "default"
|
profile = "minimal"
|
||||||
|
components = [ "rustfmt" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user