File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# *******************************************************************************
2- # Copyright (c) 2025 Contributors to the Eclipse Foundation
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
33#
44# See the NOTICE file(s) distributed with this work for additional
55# information regarding copyright ownership.
1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13-
1413name : Bazel Build
1514
1615on :
3029 - name : Setup Bazel
3130 uses : bazel-contrib/setup-bazel@0.15.0
3231 with :
33- bazelisk-version : 1.26.0 # newest LTS before 1 Jun 2025
3432 disk-cache : true
3533 repository-cache : true
3634 bazelisk-cache : true
5755
5856 - name : Build with Bazel
5957 run : |
60- bazel build //...
58+ bazel build --config x86_64-linux //...
You can’t perform that action at this time.
0 commit comments