mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
It is now called `tree-sitter-extractor`, to make it clearer that it builds on tree-sitter grammars.
9 lines
301 B
TOML
9 lines
301 B
TOML
[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/tree-sitter-extractor"]
|