mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Make WebGPU CTS scripts use Python3
Bug: None Change-Id: I3286b7cef7473106c916f8d7c9bf3a3609dc44c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86534 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
e830e5dfc1
commit
76b49d521c
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright 2022 The Dawn Authors
|
# Copyright 2022 The Dawn Authors
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright 2022 The Dawn Authors
|
# Copyright 2022 The Dawn Authors
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright 2022 The Dawn Authors
|
# Copyright 2022 The Dawn Authors
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright 2022 The Dawn Authors
|
# Copyright 2022 The Dawn Authors
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user