Upgraded to bazel 0.6.1
Enable cpu environments so we can drop the NO_BUILD_* files!!!
Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/frc971/control_loops/python/BUILD b/frc971/control_loops/python/BUILD
index ede85c0..b1897e0 100644
--- a/frc971/control_loops/python/BUILD
+++ b/frc971/control_loops/python/BUILD
@@ -16,6 +16,7 @@
data = [
'//third_party/cddlib:_cddlib.so',
],
+ restricted_to = ['//tools:k8'],
)
py_test(
@@ -26,6 +27,7 @@
deps = [
':controls',
],
+ restricted_to = ['//tools:k8'],
)
py_binary(
@@ -36,4 +38,5 @@
deps = [
':controls',
],
+ restricted_to = ['//tools:k8'],
)