forked from dataform-co/dataform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
13 lines (11 loc) · 667 Bytes
/
Copy path.bazelrc
File metadata and controls
13 lines (11 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
build --test_output=errors --action_env="GTEST_COLOR=1"
# TODO: Fix all the underlying issues here.
build --incompatible_py3_is_default=false
# TODO(ekrekr): explore re-enabling these, if open source development is too slow.
# The following flags enable the remote cache so action results can be shared
# across machines, developers, and workspaces.
# build:remote-cache --remote_cache=grpcs://remotebuildexecution.googleapis.com
# build:remote-cache --remote_instance_name=projects/dataform-open-source/instances/dataform-co
# build:remote-cache --remote_timeout=3600
# build:remote-cache --auth_enabled=true
# build:remote-cache --google_default_credentials=true