mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Ruby: Fix cross-compilation
Ensure that builds via cargo-cross, which are executed in a docker container, can see the shared library.
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
image = "centos/devtoolset-7-toolchain-centos7"
|
||||
|
||||
[build.env]
|
||||
# Provide the path to the shared extractor
|
||||
# Cross mounts this directory as a volume, so builds inside the docker container
|
||||
# can see it.
|
||||
volumes = ["__CODEQL-EXTRACTOR=../../shared/extractor"]
|
||||
|
||||
Reference in New Issue
Block a user