Upgraded to bazel 0.6.1

Enable cpu environments so we can drop the NO_BUILD_* files!!!

Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/y2016/BUILD b/y2016/BUILD
index 49e864c..163f90b 100644
--- a/y2016/BUILD
+++ b/y2016/BUILD
@@ -68,6 +68,7 @@
   dirs = [
     '//y2016/dashboard:www_files',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 aos_downloader(
@@ -91,6 +92,7 @@
   dirs = [
     '//y2016/dashboard:www_files',
   ],
+  restricted_to = ['//tools:roborio'],
 )
 
 cc_binary(
@@ -133,4 +135,5 @@
     '//y2016/control_loops/superstructure:superstructure_queue',
     '//y2016/queues:ball_detector',
   ],
+  restricted_to = ['//tools:roborio'],
 )