Home
last modified time | relevance | path

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

12345678910>>...15

/external/dagger2/.github/actions/bazel-test/
Daction.yml1 name: 'Bazel test'
2 description: 'Runs Bazel tests.'
7 - name: 'Install Java ${{ env.USE_JAVA_VERSION }}'
8 uses: actions/setup-java@v3
11 java-version: '${{ env.USE_JAVA_VERSION }}'
12 - name: 'Check out repository'
14 - name: 'Cache local Maven repository'
15 uses: actions/cache@v3
20 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
21 restore-keys: |
[all …]
/external/dagger2/.github/workflows/
Drelease.yml15 # Our Bazel builds currently rely on 6.4.0. The version is set via
20 # https://issues.apache.org/jira/browse/MNG-7679
26 validate-latest-dagger-version:
28 runs-on: ubuntu-latest
30 - uses: actions/checkout@v3
31 - uses: ./.github/actions/prechecks
32 bazel-build:
33 name: 'Bazel build'
34 needs: validate-latest-dagger-version
35 runs-on: ubuntu-latest
[all …]
Dci.yml6 - master
9 - master
16 # Our Bazel builds currently rely on 6.4.0. The version is set via
20 # https://issues.apache.org/jira/browse/MNG-7679
24 validate-latest-dagger-version:
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v3
29 - uses: ./.github/actions/prechecks
30 bazel-build:
31 name: 'Bazel build'
[all …]
/external/dagger2/.github/actions/bazel-build/
Daction.yml1 name: 'Bazel build'
7 - name: 'Install Java ${{ env.USE_JAVA_VERSION }}'
8 uses: actions/setup-java@v3
11 java-version: '${{ env.USE_JAVA_VERSION }}'
12 - name: 'Check out repository'
14 - name: 'Cache Bazel files'
15 uses: actions/cache@v3
17 path: ~/.cache/bazel
18 key: ${{ runner.os }}-bazel-build-${{ github.sha }}
19 restore-keys: |
[all …]
/external/dagger2/.github/actions/test-gradle-plugin/
Daction.yml7 - name: 'Install Java ${{ env.USE_JAVA_VERSION_FOR_PLUGIN }}'
8 uses: actions/setup-java@v3
11 java-version: '${{ env.USE_JAVA_VERSION_FOR_PLUGIN }}'
12 - name: 'Check out repository'
14 - name: 'Cache local Maven repository'
15 uses: actions/cache@v3
20 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
21 restore-keys: |
22 ${{ runner.os }}-maven-
23 - name: 'Cache Bazel files'
[all …]
/external/dagger2/.github/actions/build-gradle-plugin/
Daction.yml12 - name: 'Install Java ${{ env.USE_JAVA_VERSION }}'
13 uses: actions/setup-java@v3
16 java-version: '${{ env.USE_JAVA_VERSION }}'
17 - name: 'Check out repository'
19 - name: 'Cache local Maven repository'
20 uses: actions/cache@v3
25 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26 restore-keys: |
27 ${{ runner.os }}-maven-
28 - name: 'Cache Bazel files'
[all …]
/external/jazzer-api/.github/workflows/
Drun-all-tests.yml15 runs-on: ubuntu-20.04
17 - uses: actions/checkout@v3
18 - name: Set up JDK
19 uses: actions/setup-java@v3
22 java-version: 17
23 - name: Build and run tests
28 cd examples/junit-spring-web
29 ./build-and-run-tests.sh
33 runs-on: ${{ matrix.os }}
36 os: [ubuntu-20.04, macos-12, windows-2019]
[all …]
/external/skia/infra/bots/task_drivers/common/
Dbazel_clean_step.go3 // Use of this source code is governed by a BSD-style license that can be
28 // Bazel cache lives. Values associated to this context key should be of type
40 // common.BazelCleanIfLowDiskSpace() think there is enough space on the partition where the Bazel
41 // cache is found. It also returns a path within said partition where the Bazel cache is assumed to
55 // the mountpoint for the partition where the Bazel cache directory lives.
69 // BazelCleanIfLowDiskSpace runs "bazel clean" as a task driver step if disk space is too low. This
70 // step should be added at the end of any task driver that shells out to Bazel in order to prevent
71 // DiskSpaceLow alerts due to the Bazel cache (usually at /mnt/pd0/bazel_cache) growing too large.
73 // Ideally, we would like to tell Bazel to prevent the cache from growing above a certain size, but
76 // - https://github.com/bazelbuild/bazel/issues/1035
[all …]
/external/pigweed/.github/workflows/
Dbazel-noenv.yaml1 name: bazel-noenv
7 bazel-build-test:
8 runs-on: ubuntu-latest
10 - name: Checkout
13 fetch-depth: 0
15 - name: Get Bazel
16 uses: bazel-contrib/setup-bazel@0.8.1
18 # Avoid downloading Bazel every time.
19 bazelisk-cache: true
20 # Store build cache per workflow.
[all …]
/external/bazelbuild-rules_testing/.github/workflows/
Drelease.yml1 # Copyright 2023 The Bazel Authors. All rights reserved.
7 # http://www.apache.org/licenses/LICENSE-2.0
21 - "v*.*.*"
24 runs-on: ubuntu-latest
26 - name: Checkout
28 - name: Mount bazel caches
29 uses: actions/cache@v3
32 ~/.cache/bazel
33 ~/.cache/bazel-repo
34 key: bazel-cache-${{ hashFiles('**/BUILD.bazel', '**/*.bzl', 'WORKSPACE') }}
[all …]
/external/angle/third_party/spirv-tools/src/.github/workflows/
Dbazel.yml1 name: Build and Test with Bazel
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
[all …]
/external/swiftshader/third_party/SPIRV-Tools/.github/workflows/
Dbazel.yml1 name: Build and Test with Bazel
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
[all …]
/external/deqp-deps/SPIRV-Tools/.github/workflows/
Dbazel.yml1 name: Build and Test with Bazel
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
[all …]
/external/cronet/third_party/google_benchmark/src/.github/workflows/
Dbazel.yml1 name: bazel
9 name: bazel.${{ matrix.os }}
10 runs-on: ${{ matrix.os }}
12 fail-fast: false
14 os: [ubuntu-latest, macos-latest, windows-2022]
17 - uses: actions/checkout@v3
19 - name: mount bazel cache
20 uses: actions/cache@v3
22 cache-name: bazel-cache
24 path: "~/.cache/bazel"
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/workflows/
Dbazel_tests.yml1 name: Bazel Tests
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" }
[all …]
/external/google-benchmark/.github/workflows/
Dbazel.yml1 name: bazel
9 name: bazel.${{ matrix.os }}.${{ matrix.bzlmod && 'bzlmod' || 'no_bzlmod' }}
10 runs-on: ${{ matrix.os }}
12 fail-fast: false
14 os: [ubuntu-latest, macos-latest, windows-latest]
17 - uses: actions/checkout@v4
19 - name: mount bazel cache
20 uses: actions/cache@v3
22 cache-name: bazel-cache
24 path: "~/.cache/bazel"
[all …]
/external/pigweed/docs/infra/
Dgithub.rst1 .. _docs-github:
12 well-supported within Google but complicated to deploy, so Pigweed has support
13 for `GitHub Actions <github-actions>`_ as well.
15 .. _github-actions: https://docs.github.com/en/actions
17 Bazel chapter
19 Configuring a Bazel builder that runs on pull requests is straightforward.
20 There are four steps: `checkout`_, `get Bazel`_, build, and test. There
21 are good community-managed actions for the first two steps, and the last two
25 .. _get Bazel: https://github.com/marketplace/actions/setup-bazel-environment
27 The Bazel version retrieved is configured through a ``.bazelversion`` file in
[all …]
/external/grpc-grpc-java/.github/workflows/
Dtesting.yml6 - master
7 - 'v1.*'
10 - cron: '54 19 * * SUN' # weekly at a "random" time
17 runs-on: ubuntu-latest
21 fail-fast: false # Should swap to true if we grow a large matrix
24 - uses: actions/checkout@v3
25 - uses: actions/setup-java@v3
27 java-version: ${{ matrix.jre }}
30 - name: Gradle cache
31 uses: actions/cache@v3
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/
D.travis.yml5 - language: java
7 env: BUILD=BAZEL
9 - language: java
14 - case "$BUILD" in
15 "BAZEL")
18 …t "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-i…
19 chmod +x bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh ;
20 ./bazel-${BAZEL_VERSION}-installer-${BAZEL_OS}-x86_64.sh --user ;
21 echo "build --disk_cache=$HOME/bazel-cache" > ~/.bazelrc ;
22 echo "build --experimental_strict_action_env" >> ~/.bazelrc ;
[all …]
/external/android-key-attestation/.github/workflows/
Dbazel.yml1 name: Java CI with Bazel
11 runs-on: ubuntu-latest
14 - uses: actions/checkout@v1
16 - name: Mount bazel cache
17 uses: actions/cache@v1
19 path: "/home/runner/.cache/bazel"
20 key: bazel
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/"
[all …]
/external/grpc-grpc/
D.gitignore14 *.egg-info
49 # cache for run_tests.py
60 # Makefile's cache
61 cache.mk
77 *-gyp.mk
95 *.moved-aside
105 # Objective-C generated files
108 src/objective-c/**/Build
124 # Bazel files
125 bazel-*
[all …]
/external/bazel-skylib/rules/private/
Dcopy_common.bzl1 # Copyright 2022 The Bazel Authors. All rights reserved.
7 # http://www.apache.org/licenses/LICENSE-2.0
17 # Hints for Bazel spawn strategy
19 # ----------------+-----------------------------------------------------------------------------
20 # no-remote | Prevents the action or test from being executed remotely or cached remotely.
21 # | This is equivalent to using both `no-remote-cache` and `no-remote-exec`.
22 # ----------------+-----------------------------------------------------------------------------
23 # no-cache | Results in the action or test never being cached (remotely or locally)
24 # ----------------+-----------------------------------------------------------------------------
25 # See https://bazel.build/reference/be/common-definitions#common-attributes
[all …]
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
Dremote_execution.proto1 // Copyright 2018 The Bazel Authors.
7 // http://www.apache.org/licenses/LICENSE-2.0
17 package build.bazel.remote.execution.v2;
19 import "build/bazel/semver/semver.proto";
28 option csharp_namespace = "Build.Bazel.Remote.Execution.V2";
29 option go_package = "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2;remoteexecut…
32 option java_package = "build.bazel.remote.execution.v2";
37 // [Action][build.bazel.remote.execution.v2.Action] on the remote
49 // [Command][build.bazel.remote.execution.v2.Command] to run, and the
50 // [Action][build.bazel.remote.execution.v2.Action] into the
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.github/actions/setup-bazel-cache/
Daction.yml1 name: "Setup Bazel Caching"
2 description: "Sets up Bazel caching"
5 description: "URL of the Bazel cache to read/write"
7 default: https://storage.googleapis.com/protobuf-bazel-cache/upb
9 description: "If true, we can read from the cache but not write it."
14 description: "Caching related arguments to pass to 'bazel build"
15 value: --remote_cache=${{ inputs.cache_url }} ${{ steps.set_auth_arg.outputs.auth_arg }}
19 - id: set_auth_arg
20 …run: echo auth_arg=${{ inputs.read_only == 'true' && '--remote_upload_local_results=false' || '--g…
/external/tensorflow/tensorflow/lite/tools/
Dbuild_aar_with_docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
18 set -x
25 echo " --input_models=model1.tflite,model2.tflite \\"
26 echo " --target_archs=x86,x86_64,arm64-v8a,armeabi-v7a \\"
27 echo " --checkpoint=master \\"
28 echo " [--cache_dir=<path to cache directory>]"
31 echo " --input_models: Supported TFLite models. "
32 echo " --target_archs: Supported arches included in the aar file."
33 echo " --checkpoint: Checkpoint of the github repo, could be a branch, a "
[all …]

12345678910>>...15