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'],
 )
diff --git a/frc971/wpilib/BUILD b/frc971/wpilib/BUILD
index b14144d..7f6b8e0 100644
--- a/frc971/wpilib/BUILD
+++ b/frc971/wpilib/BUILD
@@ -25,6 +25,7 @@
     '//aos/common:mutex',
     ':dma',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -40,6 +41,7 @@
     '//aos/common/logging',
     ':dma',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -57,6 +59,7 @@
     '//aos/common:time',
     '//aos/linux_code:init',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -73,6 +76,7 @@
     '//third_party:wpilib',
     '//aos/common/logging',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -88,6 +92,7 @@
     '//aos/common/logging',
     '//aos/common:time',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -109,6 +114,7 @@
     '//aos/linux_code:init',
     '//aos/common:time',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -125,6 +131,7 @@
     '//frc971/queues:gyro',
     '//aos/common:time',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -159,6 +166,7 @@
     '//aos/common/network:team_number',
     '//aos/common/logging:queue_logging',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -174,6 +182,7 @@
     '//third_party:wpilib',
     '//aos/common/logging:queue_logging',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 queue_library(
@@ -198,6 +207,7 @@
     '//aos/linux_code:init',
     '//aos/common/util:phased_loop',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -208,6 +218,7 @@
   deps = [
     '//third_party:wpilib',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 queue_library(
@@ -235,6 +246,7 @@
     '//frc971/zeroing:averager',
     '//third_party:wpilib',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_library(
@@ -248,4 +260,5 @@
   deps = [
     '//third_party:wpilib',
   ],
+  restricted_to = ['//tools:roborio'],
 )