Bug 1890689 Don't pretend to pre-buffer with DynamicResampler r=pehrsons
[gecko.git] / python / mozboot / mozboot / sccache.py
blobb3cc9fbae97f5532a0802e036186f8dbd545b9ca
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # sccache-dist currently expects clients to provide toolchains when
6 # distributing from macOS or Windows, so we download linux binaries capable
7 # of cross-compiling for these cases.
8 RUSTC_DIST_TOOLCHAIN = "rustc-dist-toolchain"
9 CLANG_DIST_TOOLCHAIN = "clang-dist-toolchain"