From d2f8586a1f412aa69876ec9698160dcf23c6bca3 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 21 Dec 2018 17:12:28 -0800 Subject: Kokoro: Build all packages as part of presubmit. We now build all packages (including //test/...) with RBE as part of the Kokoro presubmit. The tests do not yet use RBE, because there are some failures. The Golang unit, integration, and image tests still run locally. The syscall test suite needs even more work to make it pass on RBE. Those will be enabled in follow-up CLs. They currently are not enabled at all on Kokoro. PiperOrigin-RevId: 226562208 Change-Id: Idd2b81b3e8f07bf300c77e68990493ba97d16e23 --- test/syscalls/linux/socket_netlink_util.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/syscalls') diff --git a/test/syscalls/linux/socket_netlink_util.cc b/test/syscalls/linux/socket_netlink_util.cc index ee0e03966..edf549544 100644 --- a/test/syscalls/linux/socket_netlink_util.cc +++ b/test/syscalls/linux/socket_netlink_util.cc @@ -12,11 +12,12 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include + #include #include #include -#include #include #include "absl/strings/str_cat.h" -- cgit v1.2.3