summaryrefslogtreecommitdiff
path: root/ci/cargo-config
AgeCommit message (Collapse)Author
2017-04-09Removed old ci infrastructure.Zac Berkowitz
2016-03-14testing: use default linker for appropriate platformsPaul Osborne
For platforms where the host ${CC} is appropriate, use the default implicitly rather than matching it explictly. This will allow for the llvm linker to be used if/when that happens. Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-03-13testing: fix gcc/linker paths for several targetsPaul Osborne
There are also changes in the upstream docker images to support more targets (android on ARM, etc).
2016-03-13testing: export CC based on .cargo/config contentsPaul Osborne
We already need to test cargo about gcc locations so it can perfom linking -- we just parse this information out to tell rust where gcc is for complation (nix-test compiles some C code for testing). Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-03-13testing: configure linker via .cargo/configPaul Osborne
Signed-off-by: Paul Osborne <osbpau@gmail.com>