diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2025-01-02 15:25:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 14:25:33 +0000 |
commit | 9e7ab3f8de939808c9b6729b3aec3fe7ad56e503 (patch) | |
tree | 17ddf058f2fb8e09c22721f87a3ad9dc15934ef7 /.github | |
parent | 3c40a48db50b925bbde5ff95e4a8b3141dcf1b87 (diff) | |
download | servo-9e7ab3f8de939808c9b6729b3aec3fe7ad56e503.tar.gz servo-9e7ab3f8de939808c9b6729b3aec3fe7ad56e503.zip |
chore: Update wgpu (#34795)
* Update wgpu
https://github.com/gfx-rs/wgpu/commit/0f5f0580e4cb2fd2feac0e8ed7e8d3050e4d9c93
Most notable change is https://github.com/gfx-rs/wgpu/pull/6785
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Remove silencing of wgpu logs
I fixed this in upstream: https://github.com/gfx-rs/wgpu/pull/6817
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
---------
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-wpt.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/linux-wpt.yml b/.github/workflows/linux-wpt.yml index 32ae06e7d11..5fed32d1009 100644 --- a/.github/workflows/linux-wpt.yml +++ b/.github/workflows/linux-wpt.yml @@ -79,7 +79,6 @@ jobs: ${{ inputs.wpt-args }} env: GITHUB_CONTEXT: ${{ toJson(github) }} - RUST_LOG: wgpu_core=off,naga=off - name: Archive results (filtered) uses: actions/upload-artifact@v4 if: ${{ always() }} |