Merge "set USE_RBE=false in Soong integration tests"

This commit is contained in:
Treehugger Robot
2022-08-15 23:59:34 +00:00
committed by Gerrit Code Review

View File

@@ -111,7 +111,7 @@ function setup {
# shellcheck disable=SC2120
function run_soong {
build/soong/soong_ui.bash --make-mode --skip-ninja --skip-config --soong-only --skip-soong-tests "$@"
USE_RBE=false build/soong/soong_ui.bash --make-mode --skip-ninja --skip-config --soong-only --skip-soong-tests "$@"
}
function create_mock_bazel {