Searched +full:- +full:- +full:output_user_root (Results 1 – 21 of 21) sorted by relevance
| /external/googleapis/.kokoro/ |
| D | build.sh | 3 set -e 7 CACHE_BUCKET=client-libraries-bazel-cache-github 8 CACHE_CMDLINE="--remote_cache=https://storage.googleapis.com/${CACHE_BUCKET} --google_default_crede… 13 ${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} build ${CACHE_CMDLINE} --keep_going //... 14 ${BAZELISK_BIN} --output_user_root=${BAZEL_ROOT} test ${CACHE_CMDLINE} --flaky_test_attempts=3 --ke…
|
| /external/angle/third_party/spirv-tools/src/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 30 key: bazel-cache-${{ runner.os }} [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 30 key: bazel-cache-${{ runner.os }} [all …]
|
| /external/deqp-deps/SPIRV-Tools/.github/workflows/ |
| D | bazel.yml | 8 - 'main' 13 timeout-minutes: 120 16 os: [ubuntu-latest, macos-latest, windows-2019] 18 runs-on: ${{matrix.os}} 21 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 23 fetch-depth: '0' 24 - name: Download dependencies 25 run: python3 utils/git-sync-deps 26 - name: Mount Bazel cache 30 key: bazel-cache-${{ runner.os }} [all …]
|
| /external/bazelbuild-rules_python/ |
| D | .bazelignore | 2 # build of Bazel with a custom --output_user_root value, Bazel 5 bazel-rules_python 6 bazel-bin 7 bazel-out 8 bazel-testlogs 9 examples/bzlmod/bazel-bzlmod 10 examples/bzlmod_build_file_generation/bazel-bzlmod_build_file_generation 11 examples/py_proto_library/bazel-py_proto_library
|
| /external/grpc-grpc/tools/internal_ci/linux/ |
| D | grpc_bazel_rbe.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 29 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe 32 --bazelrc=tools/remote_build/linux_kokoro.bazelrc \ 33 --output_user_root=/tmpfs/bazel \ 37 -- ${BAZEL_TESTS:-//test/...}
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
| D | grpc_bazel_rbe.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 29 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe 32 --bazelrc=tools/remote_build/linux_kokoro.bazelrc \ 33 --output_user_root=/tmpfs/bazel \ 37 -- ${BAZEL_TESTS:-//test/...}
|
| /external/skia/infra/bots/ |
| D | build_task_drivers.sh | 4 # Use of this source code is governed by a BSD-style license that can be 12 set -x -e 18 PLATFORM=${2:-linux_amd64} # use linux_amd64 if not specified 25 bazelisk --output_user_root=/mnt/pd0/bazel_cache \ 26 build //infra/bots:all_task_drivers --platforms=@io_bazel_rules_go//go/toolchain:${PLATFORM} \ 27 --config=linux_rbe --jobs=100 29 tar -xf bazel-bin/infra/bots/built_task_drivers.tar -C ${1} 30 # Bazel outputs are write-protected, so we make sure everybody can write them. This way there
|
| /external/grpc-grpc/tools/internal_ci/windows/ |
| D | bazel_rbe.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 32 bash -c "tools/bazel --version && cp tools/bazel-*.exe /c/bazel/bazel.exe" 34 bazel --version 36 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe 38 …el_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel…
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/windows/ |
| D | bazel_rbe.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 34 bash -c "tools/bazel --version && cp tools/bazel-*.exe /c/bazel/bazel.exe" 36 bazel --version 38 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe 40 …el_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel…
|
| /external/tensorflow/tensorflow/tools/ci_build/presubmit/windows/cpu_py39_full/ |
| D | build.bat | 20 CALL tensorflow\tools\ci_build\windows\cpu\pip\run.bat --enable_remote_cache %* > %BUILD_PATH%/%WIN… 37 echo fgrep -m1 "$1 " "$RUNFILES_MANIFEST_FILE" ^| cut -d' ' -f2- >> %GEN_SCRIPT% 46 %PY_EXE% %BAZEL_WRAPPER_PATH% --output_user_root=%TMPDIR% ^ 47 --host_jvm_args=-Dbazel.DigestFunction=SHA256 test ^ 48 %BUILD_PATH%:%WIN_OUT_TARGET% --test_output=all ^ 49 --experimental_ui_max_stdouterr_bytes=-1
|
| /external/tensorflow/tensorflow/tools/ci_build/presubmit/windows/gpu_py39_full/ |
| D | build.bat | 20 CALL tensorflow\tools\ci_build\windows\gpu\pip\run.bat --enable_remote_cache %* > %BUILD_PATH%/%WIN… 37 echo fgrep -m1 "$1 " "$RUNFILES_MANIFEST_FILE" ^| cut -d' ' -f2- >> %GEN_SCRIPT% 46 %PY_EXE% %BAZEL_WRAPPER_PATH% --output_user_root=%TMPDIR% ^ 47 --host_jvm_args=-Dbazel.DigestFunction=SHA256 test ^ 48 %BUILD_PATH%:%WIN_OUT_TARGET% --test_output=all ^ 49 --experimental_ui_max_stdouterr_bytes=-1
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/ |
| D | libtensorflow_cpu.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -ex 28 if [ ! -e "WORKSPACE" ]; then 39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc --config=short_logs \ 48 rm -rf ${DIR} 49 mkdir -p ${DIR} 52 cp bazel-bin/tensorflow/java/tensorflow_jni.dll ${DIR}/tensorflow_jni.dll 53 zip -j ${DIR}/libtensorflow_jni-cpu-windows-$(uname -m).zip \ 55 bazel-bin/tensorflow/tools/lib_package/include/tensorflow/THIRD_PARTY_TF_JNI_LICENSES \ 57 rm -f ${DIR}/tensorflow_jni.dll [all …]
|
| D | libtensorflow_gpu.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 19 set -ex 28 if [ ! -e "WORKSPACE" ]; then 39 bazel --output_user_root=${TMPDIR} build -c opt --copt=/arch:AVX --announce_rc --config=short_logs \ 48 rm -rf ${DIR} 49 mkdir -p ${DIR} 52 cp bazel-bin/tensorflow/java/tensorflow_jni.dll ${DIR}/tensorflow_jni.dll 53 zip -j ${DIR}/libtensorflow_jni-gpu-windows-$(uname -m).zip \ 55 bazel-bin/tensorflow/tools/lib_package/include/tensorflow/THIRD_PARTY_TF_JNI_LICENSES \ 57 rm -f ${DIR}/tensorflow_jni.dll [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/ |
| D | bazel_tests.yml | 6 - main 7 - '[0-9]+.x' 10 - main 11 - '[0-9]+.x' 17 runs-on: ${{ matrix.os }} 20 fail-fast: false # Don't cancel all jobs if one fails. 23 - { NAME: "Fastbuild", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "" } 24 …- { NAME: "Optmized", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "-c opt" } # Some warn… 25 - { NAME: "GCC Optimized", BAZEL: bazel, CC: gcc-12, os: ubuntu-22.04, flags: "-c opt" } 26 …- { NAME: "FastTable", BAZEL: bazel, CC: clang, os: ubuntu-20-large, flags: "--//:fasttable_enable… [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/ |
| D | build_tf_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 29 set -x 30 set -e 47 rm -f "${TMP_BAZELRC}" 65 # --skip_test Skip running tests 66 # --enable_remote_cache Add options to enable remote cache for build and test [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/ |
| D | build_tf_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 30 set -x 31 set -e 48 rm -f "${TMP_BAZELRC}" 66 # --skip_test Skip running tests 67 # --enable_remote_cache Add options to enable remote cache for build and test [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/integration/gpu_pip_on_cpu/ |
| D | build_tf_windows.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 22 # - JDK8, and JAVA_HOME set. 23 # - Microsoft Visual Studio 2015 Community Edition 24 # - Msys2 25 # - Anaconda3 29 set -x 30 set -e 47 rm -f "${TMP_BAZELRC}" 65 # --skip_test Skip running tests 66 # --enable_remote_cache Add options to enable remote cache for build and test [all …]
|
| /external/tensorflow/tensorflow/lite/tools/ |
| D | build_aar.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 18 set -x 26 echo " --input_models=model1.tflite,model2.tflite \\" 27 echo " --target_archs=x86,x86_64,arm64-v8a,armeabi-v7a \\" 28 echo " --tflite_custom_ops_srcs=file1.cc,file2.h \\" 29 echo " --tflite_custom_ops_deps=dep1,dep2" 32 echo " --input_models: Supported TFLite models. " 33 echo " --target_archs: Supported arches included in the aar file." 34 echo " --tflite_custom_ops_srcs: The src files for building additional TFLite custom ops if any." [all …]
|
| /external/bazelbuild-rules_rust/.github/workflows/ |
| D | release.yaml | 1 --- 7 - main 9 - version.bzl 16 BAZEL_STARTUP_FLAGS: --bazelrc=${{ github.workspace }}/.github/github.bazelrc 20 runs-on: ubuntu-20.04 22 - uses: actions/checkout@v3 25 - name: Ensure branch is 'main' 28 branch="$(git rev-parse --abbrev-ref HEAD)" 35 - name: Ensure release does not already exist 39 if [[ -n "$(git tag -l ${version})" ]]; then [all …]
|
| /external/bazelbuild-rules_go/go/tools/bazel_testing/ |
| D | bazel_testing.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 80 // all tests. If SetUp returns a non-nil error, execution is halted and 116 files, err := bazel.SpliceDelimitedOSArgs("-begin_files", "-end_files") 142 <-interrupted 169 "--output_user_root="+outputUserRoot, 170 "--nosystem_rc", 171 "--nohome_rc", 188 // If the command starts but exits with a non-zero status, a *StderrExitError 206 // If the command starts but exits with a non-zero status, a *StderrExitError 243 for i := len(cleanups) - 1; i >= 0; i-- { [all …]
|