fix(bazel): use param file for compile (#1373)
* fixes issues on windows when dealing with many dependencies causing a 'command line too long' error
This commit is contained in:
@@ -25,4 +25,5 @@ bazel build //hello-world:hello-world-wasm
|
||||
bazel build //hello-world:hello-world-wasm-simd
|
||||
|
||||
cd test_external
|
||||
bazel build //long_command_line:long_command_line_wasm
|
||||
bazel build //:hello-world-wasm
|
||||
|
||||
Reference in New Issue
Block a user