forked from RussTedrake/underactuated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
43 lines (34 loc) · 1.67 KB
/
.bazelrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Location of the Gurobi license key file, typically named "gurobi.lic".
build --action_env=GRB_LICENSE_FILE
# Location of the MOSEK license file, typically named "mosek.lic"
build --action_env=MOSEKLM_LICENSE_FILE
build --coverage_report_generator=//tools/rt/coverage:coverage_report_generator
build --coverage_support=//tools/rt/coverage:coverage_support
build --enable_platform_specific_config=yes
build --incompatible_applicable_licenses=yes
build --incompatible_disable_target_provider_fields=yes
# TODO(jamiesnape): Uncomment this when RobotLocomotion/drake#12605 merges.
# build --incompatible_load_python_rules_from_bzl=yes
build --incompatible_no_output_attr_default=yes
build --incompatible_no_rule_outputs_param=yes
build --incompatible_remove_enabled_toolchain_types=yes
build --incompatible_restrict_string_escapes=yes
build --incompatible_run_shell_command_string=yes
build --incompatible_strict_action_env=yes
build --incompatible_use_platforms_repo_for_constraints=yes
build --incompatible_visibility_private_attributes_at_definition=yes
build --legacy_external_runfiles=no
build --strict_filesets=yes
build --test_env=GRB_LICENSE_FILE
build --test_env=LANG=en_US.UTF-8
build --test_env=LC_ALL=en_US.UTF-8
build --test_env=MOSEKLM_LICENSE_FILE
build --test_env=MPLBACKEND=Template
# TODO(jamiesnape): Fix "Invalid -W option ignored: invalid module name:
# 'pydrake.common.deprecation' warning and ensure that Drake deprecation
# warnings are promoted to errors.
# build --test_env=PYTHONWARNINGS=error::pydrake.common.deprecation.DrakeDeprecationWarning
build --test_output=errors
build --test_summary=terse
build:macos --test_timeout=120,600,1800,7200
try-import %workspace%/user.bazelrc