Question: Background I’m trying to build a custom toolchain definition that references tool binaries from downloadable http_archive package. It seems that if tool_path.path is relative Bazel treats it as relative to where toolchain is defined. Ex: ${execroot}/toolchain. http_archive package contents ...