-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try using output-base option from bazel-contrib/setup-bazel
- Loading branch information
Showing
15 changed files
with
184 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,18 +16,13 @@ jobs: | |
runs-on: | ||
- X64 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,18 +18,13 @@ jobs: | |
runs-on: | ||
- benchmark | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -77,18 +72,13 @@ jobs: | |
- macOS | ||
- ARM64 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -133,18 +123,13 @@ jobs: | |
runs-on: | ||
- macos-13 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -190,18 +175,13 @@ jobs: | |
- self-hosted | ||
- Windows | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -247,18 +227,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -304,18 +279,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -373,18 +343,13 @@ jobs: | |
- macOS | ||
- ARM64 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -440,18 +405,13 @@ jobs: | |
runs-on: | ||
- macos-13 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -508,18 +468,13 @@ jobs: | |
- self-hosted | ||
- Windows | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -576,18 +531,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -644,18 +594,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -716,18 +661,13 @@ jobs: | |
- macOS | ||
- ARM64 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -786,18 +726,13 @@ jobs: | |
runs-on: | ||
- macos-13 | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -857,18 +792,13 @@ jobs: | |
- self-hosted | ||
- Windows | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
@@ -928,18 +858,13 @@ jobs: | |
- self-hosted | ||
- Linux | ||
steps: | ||
- if: runner.os != 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
- name: Setup bazel environment | ||
uses: bazel-contrib/setup-bazel@09f3a72 | ||
with: | ||
bazelisk-cache: true | ||
disk-cache: true | ||
output-base: ${{ runner.os == 'Windows' && 'c:/_bazel' || '' }} | ||
repository-cache: true | ||
- if: runner.os == 'Windows' | ||
name: Setup bazel environment | ||
uses: bazel-contrib/[email protected] | ||
with: | ||
bazelrc: startup --output_base=c:/_bazel | ||
- if: startsWith(runner.name, 'GitHub Actions') || startsWith(runner.name, 'Hosted Agent') | ||
name: Installing wasm-pack | ||
uses: jetli/[email protected] | ||
|
Oops, something went wrong.