Home
last modified time | relevance | path

Searched +full:bazelisk +full:- +full:linux +full:- +full:amd64 (Results 1 – 25 of 32) sorted by relevance

12

/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_bazel_rbe_incompatible_changes.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
18 # Use bazelisk to download the right bazel version
19 wget https://github.com/bazelbuild/bazelisk/releases/download/v0.0.7/bazelisk-linux-amd64
20 chmod u+x bazelisk-linux-amd64
22 # We want bazelisk to run the latest stable version
24 # Use bazelisk instead of our usual //tools/bazel wrapper
25 mv bazelisk-linux-amd64 github/grpc/tools/bazel
27 github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh --config=opt --cache_test_results=no
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_bazel_rbe_incompatible_changes.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
18 # Use bazelisk to download the right bazel version
19 wget https://github.com/bazelbuild/bazelisk/releases/download/v0.0.7/bazelisk-linux-amd64
20 chmod u+x bazelisk-linux-amd64
22 # We want bazelisk to run the latest stable version
24 # Use bazelisk instead of our usual //tools/bazel wrapper
25 mv bazelisk-linux-amd64 github/grpc/tools/bazel
27 github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh --config=opt --cache_test_results=no
/external/bazelbuild-kotlin-rules/kokoro/
Dpresubmit.sh1 #!/bin/bash -e
8 # http://www.apache.org/licenses/LICENSE-2.0
16 # DO NOT SET -x. It will leak any secret credentials into logs.
23 # Downloads bazelisk to a temp directory.
25 local version="${1:-1.18.0}"
26 local platform="${2:-linux}"
27 local arch="${3:-amd64}"
29 local dest=$(mktemp -d)
31 set -euxo pipefail
33 echo "== Downloading bazelisk ====================================="
[all …]
/external/bazelbuild-remote-apis/.github/workflows/
Dmain.yml11 runs-on: ubuntu-latest
14 - uses: actions/checkout@v2
16 - name: Install bazelisk
18 … curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64
19 mkdir -p "${HOME}/bin"
20 mv bazelisk-linux-amd64 "${HOME}/bin/bazel"
23 - name: Check bindings generation
25 set -e
26 PATH=${HOME}/bin:$PATH ./hooks/pre-commit
/external/android-key-attestation/.github/workflows/
Dbazel.yml11 runs-on: ubuntu-latest
14 - uses: actions/checkout@v1
16 - name: Mount bazel cache
22 - name: Install bazelisk
24 … curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64"
25 mkdir -p "${GITHUB_WORKSPACE}/bin/"
26 mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
29 - name: Build
33 - name: Test
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
27 if [[ $? -ne 0 ]]; then
45 set -x
50 mkdir -p /tmpfs/bazel_output
54 # Downloads bazelisk to ~/bin as `bazel`.
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
59 Linux) local name=bazelisk-linux-amd64 ;;
60 *) die "Unknown OS: $(uname -s)" ;;
62 mkdir -p "$HOME/bin"
[all …]
/external/bazelbuild-rules_android/kokoro/presubmit/
Dpresubmit_main.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Utility function to download a specified version of bazelisk to a given
21 # platform: The platform to install. Currently only "linux" has been
24 # dest: Where to install Bazelisk. Must be a user-writeable directory,
27 set -euxo pipefail
30 local version="${1:-1.18.0}"
31 local platform="${2:-linux}"
32 local arch="${3:-amd64}"
33 local dest="${4:-${TMPDIR}/bazelisk-release}"
35 …download_url="https://github.com/bazelbuild/bazelisk/releases/download/v${version}/bazelisk-${plat…
[all …]
/external/googleapis/.kokoro/
DDockerfile1 FROM python:3.10.11-bullseye
3 RUN apt-get update
5 RUN apt-get install -y \
7 build-essential \
8 python-dev \
9 python3-dev \
10 openjdk-11-jdk \
11 pkg-config \
13 libcurl4-openssl-dev
15 RUN mkdir -p /tools
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile1 RUN apt-get update && apt-get install -y \
2 build-essential \
6 openjdk-8-jdk \
7 python3-dev \
11 RUN python3 -m pip --no-cache-dir install \
15 tb-nightly \
26 # Installs bazelisk
28 …curl -fSsL -o /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENS…
29 mkdir /bazelisk && \
30 …curl -fSsL -o /bazelisk/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazelisk/master/…
[all …]
Dbazelbuild.partial.Dockerfile1 RUN apt-get update && apt-get install -y \
2 build-essential \
5 openjdk-8-jdk \
6 python3-dev \
10 RUN python3 -m pip --no-cache-dir install \
14 tb-nightly \
24 # Installs bazelisk
26 …curl -fSsL -o /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENS…
27 mkdir /bazelisk && \
28 …curl -fSsL -o /bazelisk/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazelisk/master/…
[all …]
/external/tink/python/tools/distribution/
Dbuild_linux_binary_wheels.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # This script builds binary wheels of Tink for Linux based on PEP 599. It
21 set -euo pipefail
24 # ["<Python version>"]="<python tag>-<abi tag>"
28 # https://packaging.python.org/en/latest/specifications/, e.g. "cp37-37m"
29 declare -A PYTHON_VERSIONS
30 PYTHON_VERSIONS["3.7"]="cp37-cp37m"
31 PYTHON_VERSIONS["3.8"]="cp38-cp38"
32 PYTHON_VERSIONS["3.9"]="cp39-cp39"
33 PYTHON_VERSIONS["3.10"]="cp310-cp310"
[all …]
/external/jazzer-api/docker/jazzer/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y curl git python3 openjdk-17-jdk-headless
21 RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.15.0/bazelisk-linux-amd64 -
22 chmod +x /usr/bin/bazelisk && \
23 git clone --depth=1 https://github.com/CodeIntelligenceTesting/jazzer.git && \
28 bazelisk build --config=docker //launcher:jazzer && \
29 mkdir -p /app && \
30 …cp $(bazelisk cquery --config=docker --output=files //src/main/java/com/code_intelligence/jazzer:j…
31 cp $(bazelisk cquery --config=docker --output=files //launcher:jazzer) /app/
34 # -fork and -minimize_crash commands.
[all …]
/external/sdk-platform-java/.github/workflows/
Dci.yaml4 - main
11 runs-on: ubuntu-22.04
16 - uses: actions/checkout@v3
17 - uses: actions/setup-java@v3
19 java-version: ${{ matrix.java }}
22 - run: java -version
23 - name: Unit Tests
25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
26 -Dfmt.skip -DenableTestCoverage
27 - run: bazelisk version
[all …]
/external/oss-fuzz/projects/abseil-cpp/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get --no-install-recommends install -y build-essential make curl wget rsy…
20 RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/so…
21 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
22 RUN apt-get update && apt-get install -y bazel
23 RUN curl -Lo /usr/bin/bazel \
24 https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64 \
28 RUN git clone --depth 1 https://github.com/abseil/abseil-cpp.git
/external/skia/infra/bots/assets/bazelisk_linux_amd64/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
17 URL = 'https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64'
20 BINARY = URL.split('/')[-1]
25 target_file = os.path.join(target_dir, 'bazelisk')
26 subprocess.call(['wget', '--quiet', '--output-document', target_file, URL])
27 output = subprocess.check_output(['sha256sum', target_file], encoding='utf-8')
36 parser.add_argument('--target_dir', '-t', required=True)
/external/oss-fuzz/projects/esp-v2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 FROM gcr.io/oss-fuzz-base/base-builder
21 RUN apt-get update && apt-get -y install \
22 build-essential \
23 openjdk-8-jdk \
25 ninja-build \
34 # Install Bazelisk
35 RUN wget -O /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v0.0.8/ba…
38 RUN git clone --depth 1 https://github.com/GoogleCloudPlatform/esp-v2.git
39 WORKDIR $SRC/esp-v2/
/external/oss-fuzz/projects/tensorflow-py/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder-python
19 RUN apt-get update && apt-get install -y --no-install-recommends \
24 apt-get clean && \
25 rm -rf /var/lib/apt/lists/*
29 RUN ln -s /usr/local/bin/python3 /usr/local/bin/python
31 # Install Bazelisk to keep bazel in sync with the version required by TensorFlow
32 RUN curl -Lo /usr/bin/bazel \
33 https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64 \
37 RUN git clone --depth 1 https://github.com/tensorflow/tensorflow tensorflow
/external/oss-fuzz/projects/tensorflow/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get install -y --no-install-recommends \
23 apt-get clean && \
24 rm -rf /var/lib/apt/lists/*
25 RUN python3 -m pip install numpy
29 RUN ln -s /usr/local/bin/python3 /usr/local/bin/python
31 # Install Bazelisk to keep bazel in sync with the version required by TensorFlow
32 RUN curl -Lo /usr/bin/bazel \
33 https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64 \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 RUN apt-get update && apt-get install -y --no-install-recommends \
28 build-essential \
29 clang-format \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
[all …]
Ddevel-gpu.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=8.1.0.77-1
34 ARG LIBNVINFER=7.2.2-1
38 SHELL ["/bin/bash", "-c"]
40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8…
41 apt-get update && apt-get install -y --no-install-recommends \
42 build-essential \
43 clang-format \
44 cuda-command-line-tools-${CUDA/./-} \
[all …]
Ddevel-gpu-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=8.1.0.77-1
34 ARG LIBNVINFER=7.2.2-1
38 SHELL ["/bin/bash", "-c"]
40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8…
41 apt-get update && apt-get install -y --no-install-recommends \
42 build-essential \
43 clang-format \
44 cuda-command-line-tools-${CUDA/./-} \
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Ddevel-cpu-ppc64le.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
27 RUN apt-get update && apt-get install -y --no-install-recommends \
28 build-essential \
29 clang-format \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
[all …]
Ddevel-gpu-ppc64le.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 FROM nvidia/cuda${ARCH:+-$ARCH}:${CUDA}.1-base-ubuntu${UBUNTU_VERSION} as base
31 ARG CUDNN=8.1.0.77-1
34 ARG LIBNVINFER=7.2.2-1
38 SHELL ["/bin/bash", "-c"]
40 RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x8…
41 apt-get update && apt-get install -y --no-install-recommends \
42 build-essential \
43 clang-format \
44 cuda-command-line-tools-${CUDA/./-} \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Ddocker_cpu_pip.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -x
19 virtualenv --system-site-packages --python=python .env
21 pip --version
25 # Install bazelisk
26 rm -rf ~/bin/bazel
28 wget --no-verbose -O "~/bin/bazel" \
29 "https://github.com/bazelbuild/bazelisk/releases/download/v1.3.0/bazelisk-linux-amd64"
41 mkdir -p ${PIP_TEST_ROOT}
42 ln -s $(pwd)/tensorflow ${PIP_TEST_ROOT}/tensorflow
[all …]
/external/cronet/third_party/re2/src/app/
Dbuild.sh2 set -eux
4 SRCDIR=$(readlink --canonicalize $(dirname $0))
5 DSTDIR=$(mktemp --directory --tmpdir $(basename $0).XXXXXXXXXX)
10 if [[ ${UID} -ne 0 ]]; then
11 if [[ -d deploy ]]; then
12 … echo -e '\033[1;31m' "** The ${PWD}/deploy directory exists! Refusing to clobber it! **" '\033[0m'
16 …sudo docker run -i -t --pull always --rm -v ${SRCDIR}/..:/src -v ${PWD}:/dst emscripten/emsdk /src…
17 ls -l deploy
19 …wget -O ${BAZEL} https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_RELEASE}/baze…
23 # Emscripten doesn't support `-fstack-protector`.
[all …]

12