mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Don't use incremental build in webgpu-cts/scripts/list.py
The incremental build can become stale for unknown reasons, breaking presubmits. Disable it for now. Bug: dawn:1395 Change-Id: I83a71da0006ee3184b8df2996d8e53b6efbcc20a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/89640 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -35,11 +35,9 @@ def list_testcases(query, js_out_dir=None):
|
||||
|
||||
try:
|
||||
logging.info('WebGPU CTS: Transpiling tools...')
|
||||
compile_src_for_node(js_out_dir, [
|
||||
'--incremental', '--tsBuildInfoFile',
|
||||
os.path.join(js_out_dir, 'build.tsbuildinfo')
|
||||
],
|
||||
clean=False)
|
||||
# TODO(crbug.com/dawn/1395): Bring back usage of an incremental build to
|
||||
# speed up this operation. It was disabled due to flakiness.
|
||||
compile_src_for_node(js_out_dir)
|
||||
|
||||
old_sys_path = sys.path
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user