mirror of
https://github.com/ankitects/anki.git
synced 2025-11-23 13:07:12 -05:00
force worker off for release ./run
This commit is contained in:
parent
31f941267c
commit
13f26ac684
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -e
|
||||
|
||||
BUILDARGS="-c opt" $(dirname $0)/../run
|
||||
BUILDARGS="-c opt --@io_bazel_rules_rust//worker:use_worker=False" $(dirname $0)/../run
|
||||
|
|
|
|||
Loading…
Reference in a new issue