gecko-dev/taskcluster/scripts
Dzmitry Malyshau 5695f517a5 Bug 1726626 - Move gfx/wgpu into a 3rd party dependency r=jgilbert,bholley
This update makes wgpu a vendored dependency instead of having it in gfx/wgpu.

## Notes


It relies on https://phabricator.services.mozilla.com/D123157

It has a quirk related to OpenGL ES backend. Previousy, we manually had to disable GL backend
in order to avoid vendoring WASM dependencies in. This time, manual editing is more complicated,
so instead this change adds a few cargo patch lines to point WASM dependencies to dummy projects.

The update also totally removes SPIRV-Cross, since the latest `wgpu` doesn't depend on it any more.
The compiled binary size for Gecko should improve with this.

Differential Revision: https://phabricator.services.mozilla.com/D123153
2021-09-03 16:52:08 +00:00
..
builder Bug 1725566 - Remove unnecessary "library paths". r=taskgraph-reviewers,bhearsum 2021-08-13 21:02:13 +00:00
iris
misc Bug 1726626 - Move gfx/wgpu into a 3rd party dependency r=jgilbert,bholley 2021-09-03 16:52:08 +00:00
tester Bug 1713818: Use python3 with mach in test-linux.sh r=ahal 2021-06-07 19:46:16 +00:00
copy.sh
run-task Bug 1724969 - Fix run-task when not running_as_root r=releng-reviewers,jmaher 2021-08-10 20:54:58 +00:00