From 9e9521e1b0a9979d8b10fd33a2a6d264e16f88ca Mon Sep 17 00:00:00 2001 From: rahulsasingh Date: Wed, 24 Jun 2026 12:37:38 +0000 Subject: [PATCH] Fix README build/test commands --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 94aa94f1..1163afc0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -80,7 +80,7 @@ To build the module: .. code-block:: bash - bazel build //score/... + bazel build --config=x86_64-linux //score/... To run the supported test suites: