commit | 9d92e6bdeb9790ec502b2b9cb37ec60be179adb1 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Tue Oct 17 01:19:38 2017 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Oct 17 23:31:33 2017 -0700 |
tree | f95f69c82fb2377fcf839e6b2f4db435b1fe11e7 | |
parent | 1fe4fb4a39a25b6f27c2a432eacd97381c8704a7 [diff] [blame] |
Upgraded to bazel 0.6.1 Enable cpu environments so we can drop the NO_BUILD_* files!!! Change-Id: I904612c5dcc1a1cd285e160c0836b7249ab5ce72
diff --git a/y2012/BUILD b/y2012/BUILD index 5dac709..a0cdb4c 100644 --- a/y2012/BUILD +++ b/y2012/BUILD
@@ -31,6 +31,7 @@ srcs = [ '//aos:prime_binaries', ], + restricted_to = ['//tools:roborio'], ) cc_binary( @@ -65,4 +66,5 @@ '//third_party:wpilib', '//y2012/control_loops/accessories:accessories_queue', ], + restricted_to = ['//tools:roborio'], )