mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
tools: Replace copy-pasta scripts
There were a bunch of helper scripts to build a go tool and run it. Replace these with a single 'run' command that takes the tool name and arguments. Helps reduce maintainance, file spew. Also add the 'tools/bin' directory to .gitignore. These are the cached tool binaries. Bug: dawn:1339 Change-Id: I012c966736b4d93949f6142c342cdcfefa9f0083 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86063 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
aba5a212ca
commit
9f49ac5493
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,6 +31,7 @@
|
||||
/third_party/vulkan_memory_allocator
|
||||
/third_party/webgpu-cts
|
||||
/third_party/zlib
|
||||
/tools/bin
|
||||
/tools/clang
|
||||
/tools/cmake*
|
||||
/tools/golang
|
||||
|
||||
Reference in New Issue
Block a user