Skip to content

Commit

Permalink
Temporarily disable WebGPU
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Sep 14, 2023
1 parent 8f98e29 commit 0d8b683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ build --verbose_failures
build --build_tag_filters=-off-by-default

# Enable webgpu
common --//src/workerd/io:enable_experimental_webgpu=True
# TODO(soon): enable this by default again
# common --//src/workerd/io:enable_experimental_webgpu=True

# Our dependencies (ICU, zlib, etc.) produce a lot of these warnings, so we disable them.
build --per_file_copt='external/com_googlesource_chromium_icu@-Wno-ambiguous-reversed-operator,-Wno-deprecated-declarations'
Expand Down

0 comments on commit 0d8b683

Please sign in to comment.