File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+ name : Bazel Build (Aarch64-Linux)
14+ on :
15+ pull_request :
16+ types : [opened, reopened, synchronize]
17+ push :
18+ branches :
19+ - main
20+ merge_group :
21+ types : [checks_requested]
22+ workflow_call :
23+ jobs :
24+ target_config_3 :
25+ runs-on : ubuntu-latest
26+ defaults :
27+ run :
28+ working-directory : ./examples
29+ steps :
30+ - name : Checkout Repository
31+ uses : actions/checkout@v6
32+ - name : Setup Bazel
33+ uses : bazel-contrib/setup-bazel@0.18.0
34+ with :
35+ bazelisk-cache : true
36+ disk-cache : ${{ github.job }}
37+ repository-cache : true
38+ cache-save : ${{ github.event_name == 'push' }}
39+ - name : Bazel Build (basic)
40+ run : |
41+ bazel build --config target_config_3 -- //...
42+
Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
13+ name : Bazel Build (AutoSD 10)
14+ on :
15+ pull_request :
16+ types : [opened, reopened, synchronize]
17+ push :
18+ branches :
19+ - main
20+ merge_group :
21+ types : [checks_requested]
22+ workflow_call :
23+ jobs :
24+ target_config_4 :
25+ runs-on : ubuntu-latest
26+ defaults :
27+ run :
28+ working-directory : ./examples
29+ steps :
30+ - name : Checkout Repository
31+ uses : actions/checkout@v6
32+ - name : Setup Bazel
33+ uses : bazel-contrib/setup-bazel@0.18.0
34+ with :
35+ bazelisk-cache : true
36+ disk-cache : ${{ github.job }}
37+ repository-cache : true
38+ cache-save : ${{ github.event_name == 'push' }}
39+ - name : Bazel Build (basic)
40+ run : |
41+ bazel build --config target_config_4 -- //:main_cpp //:main_pthread_cpp //:math_lib //:math_lib_shared
42+
Original file line number Diff line number Diff line change 1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13- name : Bazel Build (Linux)
13+ name : Bazel Build (x86_64- Linux)
1414on :
1515 pull_request :
1616 types : [opened, reopened, synchronize]
You can’t perform that action at this time.
0 commit comments