ci: update bazel build target to gemma_main

This commit is contained in:
Olamiposi Otesile 2026-01-13 23:22:13 +01:00
parent ec105435bd
commit 4c56598b74
2 changed files with 2 additions and 2 deletions

View File

@ -77,4 +77,4 @@ jobs:
with:
path: ~/.cache/bazel
key: bazel-${{ runner.os }}
- run: bazel build --cxxopt=-std=c++20 //:gemma --jobs=10 --show_progress_rate_limit=1
- run: bazel build --cxxopt=-std=c++20 //:gemma_main --jobs=10 --show_progress_rate_limit=1

View File

@ -823,7 +823,7 @@ cc_test(
)
cc_binary(
name = "gemma",
name = "gemma_main",
srcs = ["gemma/run.cc"],
deps = [
":args",