-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into test-framework
- Loading branch information
Showing
152 changed files
with
8,389 additions
and
2,276 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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
/cts_runner/ @crowlKats | ||
/deno_webgpu/ @crowlKats | ||
* @gfx-rs/wgpu | ||
|
||
/cts_runner/ @gfx-rs/deno @gfx-rs/wgpu | ||
/deno_webgpu/ @gfx-rs/deno @gfx-rs/wgpu |
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
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
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,7 +16,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
persist-credentials: false | ||
|
||
|
@@ -39,7 +39,7 @@ jobs: | |
if: ${{ failure() }} | ||
|
||
- name: Deploy the docs | ||
uses: JamesIves/[email protected].2 | ||
uses: JamesIves/[email protected].3 | ||
with: | ||
token: ${{ secrets.WEB_DEPLOY }} | ||
folder: target/doc | ||
|
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 |
---|---|---|
|
@@ -17,18 +17,18 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
persist-credentials: false | ||
|
||
- name: Install Rust WASM target | ||
run: rustup target add wasm32-unknown-unknown | ||
|
||
- name: Install wasm-bindgen-cli | ||
run: cargo +stable install wasm-bindgen-cli --version=0.2.86 | ||
run: cargo +stable install wasm-bindgen-cli --version=0.2.87 | ||
|
||
- name: Pin wasm-bindgen version | ||
run: cargo update -p wasm-bindgen --precise 0.2.86 | ||
run: cargo update -p wasm-bindgen --precise 0.2.87 | ||
|
||
- name: Build WebGPU examples | ||
run: cargo build --release --target wasm32-unknown-unknown | ||
|
@@ -41,7 +41,7 @@ jobs: | |
done | ||
- name: Deploy WebGPU examples | ||
uses: JamesIves/[email protected].2 | ||
uses: JamesIves/[email protected].3 | ||
if: github.ref == 'refs/heads/trunk' | ||
with: | ||
token: ${{ secrets.WEB_DEPLOY }} | ||
|
@@ -64,7 +64,7 @@ jobs: | |
done | ||
- name: Deploy WebGL examples | ||
uses: JamesIves/[email protected].2 | ||
uses: JamesIves/[email protected].3 | ||
if: github.ref == 'refs/heads/trunk' | ||
with: | ||
token: ${{ secrets.WEB_DEPLOY }} | ||
|
Oops, something went wrong.