From 57d0ea95d012e6cfdb6ed25772e4e52708181d6c Mon Sep 17 00:00:00 2001 From: "The gemma.cpp Authors" Date: Tue, 11 Jun 2024 08:17:09 -0700 Subject: [PATCH] Add buildcleaner: keep pragma to a dep in ops_test build rule and run build_cleaner. PiperOrigin-RevId: 642275845 --- BUILD.bazel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 5f51fe1..ae8a68a 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -32,7 +32,6 @@ cc_library( "@hwy//:matvec", "@hwy//:profiler", "@hwy//:thread_pool", - "@hwy//hwy/contrib/sort:vqsort", ], ) @@ -46,7 +45,7 @@ cc_test( tags = ["hwy_ops_test"], deps = [ ":ops", - "@googletest//:gtest_main", + "@googletest//:gtest_main", # buildcleaner: keep "//compression:compress", "@hwy//:hwy", "@hwy//:hwy_test_util",