From 60269728a48db3155bef79149eee1cc21bba1d40 Mon Sep 17 00:00:00 2001 From: lasan Date: Fri, 5 Jun 2026 09:50:44 +0530 Subject: [PATCH] fixed build issue on arch for some reason --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 7d2abee6..eee8fe04 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,4 @@ -build --action_env=BAZEL_CXXOPTS=-"std=c++20" +build --action_env=BAZEL_CXXOPTS=-"std=c++20" --repo_env=BAZEL_CONLYOPTS="-std=gnu17" # Definition of --config=memcheck build:memcheck --strip=never --test_timeout=3600 common --enable_bzlmod