Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:bin (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/external/opencensus-java/examples/
DREADME.md15 ### Bazel subsection
17 $ bazel build :all
24 $ ./build/install/opencensus-examples/bin/TagContextExample
29 $ ./target/appassembler/bin/TagContextExample
32 ### Bazel subsection
34 $ ./bazel-bin/TagContextExample
41 $ ./build/install/opencensus-examples/bin/ZPagesTester
46 $ ./target/appassembler/bin/ZPagesTester
49 ### Bazel subsection
51 $ ./bazel-bin/ZPagesTester
[all …]
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
19 # TODO(b/158448780): Guard bazel version with IfChangeThenChange.
27 if [[ $? -ne 0 ]]; then
45 set -x
48 # TODO(b/158448780): Guard bazel installation with IfChangeThenChange.
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 ;;
[all …]
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
21 [[ "$1" = /* ]] || [[ "$1" =~ ^[a-zA-Z]:[/\\].* ]]
34-type d ! -name '*.py' ! -path '*local_config_cuda*' ! -path '*local_config_tensorrt*' ! -path '*l…
35 mkdir -p "${dest_dir}/$(dirname ${f})"
40 mkdir -p "${dest_dir}/local_config_cuda/cuda/cuda/"
50 if [ ! -f "${src_dir}/${srcs_txt}" ]; then
58 # Sometimes $file has a prefix bazel-out/host/ we want to remove.
61 if [ ! -z "$candidate_file" ]; then
[all …]
/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
D.travis.sh1 #!/bin/bash
13 "gcc-"*)
14 …${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | se…
19 "bazel")
20 brew cask install homebrew/cask-versions/adoptopenjdk8
21 brew install bazel
28 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i…
29 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||…
30 /bin/sh install-pgi.sh
42-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO…
[all …]
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
DDockerfile.devel-mkl30 # Upgrade Bazel version if argument is passed
32 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE…
33 chmod +x bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
34 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
35 rm -rf bazel-$BAZEL_VERSION-installer-linux-x86_64.sh; \
38 # Upgrade gcc-8 if argument is passed
40 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
41 apt-get update && \
42 apt-get install gcc-8 g++-8 -y && \
43 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin
[all …]
/external/skia/experimental/webgpu-bazel/
DMakefile2 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode opt
3 - rm -rf build/
5 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world…
6 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor…
9 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode dbg
10 - rm -rf build/
12 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world…
13 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor…
/external/google-benchmark/.github/workflows/
Dbazel.yml1 name: bazel
8 build-and-test:
9 runs-on: ubuntu-latest
12 - uses: actions/checkout@v1
14 - name: mount bazel cache
17 path: "/home/runner/.cache/bazel"
18 key: bazel
20 - name: install bazelisk
22 … curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.1.0/bazelisk-linux-amd64"
23 mkdir -p "${GITHUB_WORKSPACE}/bin/"
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dandroid_full.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
22 mkdir -p ${TARGET_DIR}
31 CPUS=armeabi-v7a,arm64-v8a
36 rm -rf ${OUT_DIR}
37 rm -rf ${AAR_LIB_TMP}
43 bazel build --config=monolithic --cpu=${CPU} \
44 --compilation_mode=opt --cxxopt=-std=c++14 \
45 --distinct_host_configuration=true \
[all …]
Ddocker_cpu_pip.sh1 #!/bin/bash
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -x
19 virtualenv --system-site-packages --python=python .env
20 source .env/bin/activate
21 pip --version
26 rm -rf ~/bin/bazel
27 mkdir ~/bin/bazel
28 wget --no-verbose -O "~/bin/bazel" \
29 "https://github.com/bazelbuild/bazelisk/releases/download/v1.3.0/bazelisk-linux-amd64"
[all …]
Dlibtensorflow.sh1 #!/usr/bin/env bash
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # (1) The TensorFlow C-library: Containing C API header files and libtensorflow.so
29 # - Source this file in another bash script
30 # - Execute build_libtensorflow_tarball SUFFIX
33 # - lib_package/libtensorflow${SUFFIX}.tar.gz
34 # - lib_package/libtensorflow_jni${SUFFIX}.tar.gz
35 # - lib_package/libtensorflow.jar
36 # - lib_package/libtensorflow-src.jar
37 # - lib_package/libtensorflow_proto.zip
[all …]
/external/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat7 REM https://www.apache.org/licenses/LICENSE-2.0
20 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH%
27 git submodule update --init
38 -G "%BUILD_GENERATOR%" ^
39 -A "%BUILD_TARGET_ARCH%" ^
40 "-DMARL_BUILD_TESTS=1" ^
41 "-DMARL_BUILD_EXAMPLES=1" ^
42 "-DMARL_BUILD_BENCHMARKS=1" ^
43 "-DMARL_WARNINGS_AS_ERRORS=1" ^
44 "-DMARL_DEBUG_ENABLED=1"
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-7-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
Dcentos-7-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
Dubuntu-16.04-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dcentos-7-devel-mpi-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
Dcentos-7-devel-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
Dubuntu-16.04-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dcentos-8-devel-mpi-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf config-manager --set-enabled powertools && \
31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…
34 RUN yum update -y && \
35 yum install -y \
37 freetype-devel \
39 gcc-c++ \
41 hdf5-devel \
[all …]
Dcentos-8-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
29 RUN dnf install -y 'dnf-command(config-manager)' && \
30 dnf config-manager --set-enabled powertools && \
31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc…
34 RUN yum update -y && \
35 yum install -y \
37 freetype-devel \
39 gcc-c++ \
41 hdf5-devel \
[all …]
Dcentos-7-devel.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install
28 yum update -y && \
29 yum install -y epel-release
31 RUN yum update -y && \
32 yum install -y \
34 freetype-devel \
36 gcc-c++ \
38 hdf5-devel \
39 java-1.8.0-openjdk \
[all …]
/external/skia/modules/canvaskit/
DMakefile2 - rm -rf ../../out/canvaskit_wasm
3 - rm -rf ./npm_build/bin
4 - rm -rf ./build/
10 - rm -rf build/
18 - rm -rf build/
26 - rm -rf build/
34 - rm -rf build/
42 - rm -rf build/
50 - rm -rf build/
57 - rm -rf build/
[all …]
/external/oss-fuzz/infra/base-images/base-builder/
Dinstall_java.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
20 curl -L -O https://download.java.net/java/GA/jdk15.0.2/0d1cfde4252546c6931946de8db48ee2/7/GPL/openj…
21 mkdir -p $JAVA_HOME
22 tar -xzv --strip-components=1 -f openjdk-15.0.2_linux-x64_bin.tar.gz --directory $JAVA_HOME && \
23 rm -f openjdk-15.0.2_linux-x64_bin.tar.gz
24 rm -rf $JAVA_HOME/jmods $JAVA_HOME/lib/src.zip
27 # jazzer_api_deploy.jar is required only at build-time, the agent and the
30 git clone --depth=1 https://github.com/CodeIntelligenceTesting/jazzer && \
32 bazel build --java_runtime_version=localjdk_15 -c opt --cxxopt="-stdlib=libc++" --linkopt=-lc++ \
[all …]
/external/perfetto/test/ci/
Dbazel_tests.sh1 #!/bin/bash
8 # http://www.apache.org/licenses/LICENSE-2.0
19 bazel build //:all --verbose_failures
20 bazel build //python:all --verbose_failures
23 ./bazel-bin/traced &
24 ./bazel-bin/traced_probes &
26 TRACE=/ci/artifacts/bazel.trace
27 ./bazel-bin/perfetto -c :test -o $TRACE
28 kill $(jobs -p)
29 ./bazel-bin/trace_processor_shell -q <(echo 'select count(1) from sched') $TRACE
[all …]
/external/rust/cxx/.devcontainer/
Dbuild.Dockerfile3 RUN apt-get update \
5 && apt-get -y install --no-install-recommends openjdk-11-jdk lld \
7 && rustup component add rust-analyzer-preview rustfmt clippy 2>&1 \
8 …&& wget -q -O bin/install-bazel https://github.com/bazelbuild/bazel/releases/download/4.0.0/bazel-
9 …&& wget -q -O bin/buck https://jitpack.io/com/github/facebook/buck/a5f0342ae3/buck-a5f0342ae3-java…
10 …&& wget -q -O bin/buildifier https://github.com/bazelbuild/buildtools/releases/latest/download/bui…
11 …&& wget -q -O tmp/watchman.zip https://github.com/facebook/watchman/releases/download/v2020.09.21.…
12 && chmod +x bin/install-bazel bin/buck bin/buildifier \
13 && bin/install-bazel \
14 && unzip tmp/watchman.zip -d tmp \
[all …]

12345678910>>...24