Tags: makerbot/libtinything
Tags
[{"name":"Toolchain-Release","version":"develop"},{"name":"linaro-bar…
…e-metal","version":"develop"},{"name":"linaro-linux-gnu","version":"develop"},{"name":"arm-gcc-embedded","version":"develop"},{"name":"protoc","version":"develop"},{"name":"pru_cgt","version":"develop"},{"name":"sgx_kernel_module_source","version":"master"},{"name":"morepork-utils","version":"develop"},{"name":"mustache","version":"develop"},{"name":"nanopb","version":"develop"},{"name":"Morepork-Protobufs","version":"develop"},{"name":"morepork-json-cpp","version":"develop"},{"name":"morepork-jsonrpc","version":"develop"},{"name":"morepork-mbcoreutils","version":"develop"},{"name":"morepork-libtinything","version":"develop"},{"name":"Morepork-Toolhead","version":"develop"},{"name":"morepork-extruder-firmware","version":"develop"},{"name":"morepork-libstepper","version":"develop"},{"name":"morepork-acceleration","version":"develop"},{"name":"morepork-machine","version":"develop"},{"name":"morepork-kaiten","version":"develop"},{"name":"morepork-ui","version":"develop"}]
Pull down cross compile dependencies on jenkins Jenkins doesn't really know when pulling down artifacts whether it is cross compiling. We added TR logic to only pull down the cross compile toolchain when we are cross compiling, but we still need to pull down cross compilied dependencies to build against. Unlike the toolchain though these are tiny so it shouldn't hurt just to pull them down. There isn't any way to mark a dependency as optional though so we have to explicitly specify which platforms we expect to have a cross compile artifact, which makes this especially hacky. This also updates a few things in the gitignore
PreviousNext