Home
last modified time | relevance | path

Searched +full:- +full:euo (Results 1 – 25 of 176) sorted by relevance

12345678

/external/bazelbuild-rules_android/test/bashunit/
Dunittest_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
34 # --- begin runfiles.bash initialization ---
35 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
41 # --- end runfiles.bash initialization ---
49 ANSI_ESCAPE = re.compile(r"(\x9B|\x1B\[)[0-?]*[ -\/]*[@-~]")
53 """Remove ANSI-style escape sequences from the input."""
152 xmlfile = os.path.join(self.work_dir, "dummy-testlog.xml")
170 completed.stdout.decode("utf-8"), xmlfile)
194 [[ $ts =~ ^[0-9]{13}$ ]] || fail "timestamp wan't valid: $ts"
227 set -euo pipefail
[all …]
/external/pytorch/.github/workflows/
Dgenerated-windows-binary-conda-nightly.yml5 name: windows-binary-conda
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_conda/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-conda
31 …group: windows-binary-conda-${{ github.event.pull_request.number || github.ref_name }}-${{ github.…
[all …]
Dgenerated-windows-binary-wheel-nightly.yml5 name: windows-binary-wheel
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_wheel/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-wheel
31 …group: windows-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ github.…
[all …]
Dgenerated-windows-binary-libtorch-debug-nightly.yml5 name: windows-binary-libtorch-debug
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-libtorch-debug
31 …up: windows-binary-libtorch-debug-${{ github.event.pull_request.number || github.ref_name }}-${{ g…
[all …]
Dgenerated-windows-binary-libtorch-release-nightly.yml5 name: windows-binary-libtorch-release
11 - nightly
14 # Release candidate tags look like: v1.11.0-rc1
15 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
16 - 'ciflow/binaries/*'
17 - 'ciflow/binaries_libtorch/*'
22 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
24 AWS_DEFAULT_REGION: us-east-1
25 BUILD_ENVIRONMENT: windows-binary-libtorch-release
31 …p: windows-binary-libtorch-release-${{ github.event.pull_request.number || github.ref_name }}-${{ …
[all …]
/external/perfetto/infra/oss-fuzz/
Dinit_container4 # having to touch the oss-fuzz repo.
6 set -euo pipefail
/external/skia/toolchain/ios_trampolines/
Dclang_trampoline_ios.sh4 # Use of this source code is governed by a BSD-style license that can be
7 set -euo pipefail
/external/skia/toolchain/mac_trampolines/
Dclang_trampoline_mac.sh4 # Use of this source code is governed by a BSD-style license that can be
7 set -euo pipefail
/external/pytorch/test/inductor/cpp/
Dtest.sh2 set -euo pipefail
5 cmake . -DATEN_INCLUDE:PATH=$(python -c "import torch; from torch.utils import cpp_extension; print…
/external/libva/.github/workflows/
Dstyle.sh3 set -euo pipefail
5 modified_lines=$(git status --short -uno | wc -l)
Dinstall-clang.sh3 set -euo pipefail
6 echo Script requires one argument - the clang version to be installed
12 "ubuntu-22.04") distro_name=jammy;;
13 "ubuntu-20.04") distro_name=focal;;
25 …sources="deb [trusted=yes] http://apt.llvm.org/$distro_name/ llvm-toolchain-$distro_name-$llvm_ver…
27 echo "clang-$llvm_version missed in the image, installing from llvm"
28 echo "$sources" | sudo tee -a /etc/apt/sources.list
29 sudo apt-get update
30 sudo apt-get install -y --no-install-recommends clang-$llvm_version
/external/bazelbuild-rules_rust/examples/musl_cross_compiling/
Dhello_linux_musl_test.sh3 set -euo pipefail
5 if [[ $# -ne 2 ]]; then
6 echo >&2 "Usage: $0 /path/to/binary file-output"
/external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/
Dtest_platform.sh3 set -euo pipefail
5 if [[ $# -ne 2 ]]; then
6 echo >&2 "Usage: $0 /path/to/binary file-output"
13 out="$(file -L "${binary}")"
/external/pytorch/scripts/release/anaconda-prune/
Drun.sh3 set -euo pipefail
7 CHANNEL=${CHANNEL:-pytorch-nightly}
8 PACKAGES=${PACKAGES:-pytorch}
/external/pytorch/.ci/docker/common/
Dinstall_acl.sh1 set -euo pipefail
8 [[ ! -d ${src_repo} ]] && git clone ${src_host}/${src_repo}.git
14 scons -j8 Werror=0 debug=0 neon=1 opencl=0 embed_kernels=0 \
/external/bazelbuild-rules_rust/util/process_wrapper/private/
Dprocess_wrapper.sh3 set -euo pipefail
5 # Skip the first argument which is expected to be `--`
/external/bazelbuild-rules_rust/test/
Dquery_test_binary.sh3 set -euo pipefail
/external/crosvm/vm_memory/
Dbindgen.sh3 # Use of this source code is governed by a BSD-style license that can be
6 # Regenerate virtio-gpu udmabuf bindgen bindings.
8 set -euo pipefail
11 source tools/impl/bindgen-common.sh
14 --allowlist-type='udmabuf_.*' \
15 --allowlist-var="UDMABUF_.*" \
/external/bcc/scripts/
Dpy-style-check.sh3 set -euo pipefail
6 find tools -type f -name "*.py" | xargs pycodestyle -r --show-source --ignore=E123,E125,E126,E127,E…
9 NO_PROPER_SHEBANG="$(find tools examples -type f -executable -name '*.py' | xargs grep -L '#!/usr/b…
10 if [ -n "$NO_PROPER_SHEBANG" ]; then
/external/crosvm/io_uring/
Dbindgen.sh3 # Use of this source code is governed by a BSD-style license that can be
8 set -euo pipefail
11 source tools/impl/bindgen-common.sh
14 --allowlist-type='io_uring_.*' \
15 --allowlist-var='IO_URING_.*' \
16 --allowlist-var='IORING_.*' \
/external/bazelbuild-rules_rust/test/current_toolchain_files/
Dcurrent_toolchain_files_test_runner.sh3 set -euo pipefail
10 PATTERN="$(echo -n "${CURRENT_TOOLCHAIN_FILES_TEST_PATTERN}" | sed "s/'//g")"
16 "${TARGET}" --version
17 "${TARGET}" --version | grep "${PATTERN}"
/external/crosvm/hypervisor/src/gunyah/gunyah_sys/
Dbindgen.sh3 # Use of this source code is governed by a BSD-style license that can be
8 set -euo pipefail
12 source tools/impl/bindgen-common.sh
16 --blocklist-item='__kernel.*' \
17 --blocklist-item='__BITS_PER_LONG' \
18 --blocklist-item='__FD_SETSIZE' \
19 --blocklist-item='_?IOC.*' \
21 -- \
22 -isystem "${BINDGEN_LINUX_ARM64_HEADERS}/include" \
/external/crosvm/hypervisor/src/geniezone/geniezone_sys/
Dbindgen.sh3 # Use of this source code is governed by a BSD-style license that can be
8 set -euo pipefail
11 source tools/impl/bindgen-common.sh
19 --blocklist-item='__kernel.*' \
20 --blocklist-item='__BITS_PER_LONG' \
21 --blocklist-item='__FD_SETSIZE' \
22 --blocklist-item='_?IOC.*' \
24 -- \
25 -isystem "${BINDGEN_LINUX_ARM64_HEADERS}/include" \
/external/bazelbuild-rules_rust/docs/
Dupdate_docs.sh3 set -euo pipefail
5 if [[ -n "${BUILD_WORKSPACE_DIRECTORY:-}" ]]; then
17 && cp bazel-bin/*.md . \
20 if [[ -z "${SKIP_COMMIT:-}" ]]; then
21 git add *.md && git commit -m "Regenerate documentation"
/external/bazelbuild-rules_go/go/tools/bazel_benchmark/
Dbazel_benchmark.sh9 # http://www.apache.org/licenses/LICENSE-2.0
17 set -euo pipefail
19 rules_go_dir=$(mktemp --directory --tmpdir rules_go.XXXXXX)
21 rm -rf "$rules_go_dir"
25 git clone --depth=1 --single-branch --no-tags \
28 bazel run //go/tools/bazel_benchmark -- -rules_go_dir "$rules_go_dir" "$@"

12345678