Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EngoDev committed Dec 24, 2024
1 parent 8620d14 commit a658206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ import %workspace%/build/ci.bazelrc

import %workspace%/build/lint.bazelrc

# Enable webgpu
build --//src/workerd/io:enable_experimental_webgpu=True

# Avoid generating duplicate runfile trees. This will become the default in a future bazel version.
build --nolegacy_external_runfiles

Expand Down
3 changes: 3 additions & 0 deletions build/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ build:ci --config=v8-codegen-opt
test:ci --test_output=errors
build:ci --disk_cache=~/bazel-disk-cache

# Enable webgpu
build:ci --//src/workerd/io:enable_experimental_webgpu=True

# test CI jobs don't need any top-level artifacts and just verify things
build:ci-test --remote_download_outputs=minimal --test_size_filters=small,medium,large,enormous

Expand Down

0 comments on commit a658206

Please sign in to comment.