Skip to content

Instantly share code, notes, and snippets.

@ncalexan
Created September 20, 2019 22:46
Show Gist options
  • Save ncalexan/0f0e1206c7120b7f148ffac181953257 to your computer and use it in GitHub Desktop.
Save ncalexan/0f0e1206c7120b7f148ffac181953257 to your computer and use it in GitHub Desktop.
[dist]
# The IP address of the scheduler.
scheduler_url = "https://sccache1.corpdmz.yvr1.mozilla.com"
[dist.auth]
type = "mozilla"
[[dist.toolchains]]
type = "path_override"
compiler_executable = "/Users/nalexander/.mozbuild/clang/bin/clang"
archive = "/Users/nalexander/.mozbuild/toolchains/3fc65de2ed4591dd-clang-dist-toolchain.tar.xz"
archive_compiler_executable = "/builds/worker/workspace/build/src/clang/bin/clang"
[[dist.toolchains]]
type = "path_override"
compiler_executable = "/Users/nalexander/.mozbuild/clang/bin/clang++"
archive = "/Users/nalexander/.mozbuild/toolchains/3fc65de2ed4591dd-clang-dist-toolchain.tar.xz"
archive_compiler_executable = "/builds/worker/workspace/build/src/clang/bin/clang"
[[dist.toolchains]]
type = "path_override"
compiler_executable = "/Users/nalexander/.rustup/toolchains/1.37.0-x86_64-apple-darwin/bin/rustc"
archive = "/Users/nalexander/.mozbuild/toolchains/d1e2489c5c7c8027-rustc-dist-toolchain.tar.xz"
archive_compiler_executable = "/builds/worker/toolchains/rustc/bin/rustc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment