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/third_party/BUILD b/third_party/BUILD index cef6fcf..3f7352f 100644 --- a/third_party/BUILD +++ b/third_party/BUILD
@@ -3,4 +3,5 @@ deps = ['//third_party/allwpilib_2017:wpilib'], visibility = ['//visibility:public'], linkstatic = True, + restricted_to = ['//tools:roborio'], )