mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
BUILDARGS="-c opt --@io_bazel_rules_rust//worker:use_worker=False" $(dirname $0)/../run $*
|