Upgraded to bazel 0.6.1
Enable cpu environments so we can drop the NO_BUILD_* files!!!
Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/y2014_bot3/BUILD b/y2014_bot3/BUILD
index 389e197..16466b6 100644
--- a/y2014_bot3/BUILD
+++ b/y2014_bot3/BUILD
@@ -34,6 +34,7 @@
srcs = [
'//aos:prime_binaries_stripped',
],
+ restricted_to = ['//tools:roborio'],
)
cc_binary(
@@ -68,4 +69,5 @@
'//y2014_bot3/control_loops/rollers:rollers_lib',
'//y2014_bot3/control_loops/drivetrain:drivetrain_base',
],
+ restricted_to = ['//tools:roborio'],
)