The 1.8.0rc0 release depends on an llvm 6.0.0 build for linux, but that that was never published to pantsbuild-binaries (I guess because we bias toward downloading it from llvm.org instead).
But when --no-allow-external-binary-tool-downloads is set, a packaged llvm is expected... and in general, consumers will need a uniform way to sync in all binaries that pants needs to consume to their internal stores.
The
1.8.0rc0release depends on anllvm6.0.0build for linux, but that that was never published to pantsbuild-binaries (I guess because we bias toward downloading it from llvm.org instead).But when
--no-allow-external-binary-tool-downloadsis set, a packaged llvm is expected... and in general, consumers will need a uniform way to sync in all binaries that pants needs to consume to their internal stores.