Skip to content

Commit ffea9bd

Browse files
committed
update workflow scripts
1 parent 07ae7be commit ffea9bd

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/build_and_test_host_gcc.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@ on:
2222
types: [checks_requested]
2323
jobs:
2424
build_and_test_gcc_host_gcc12:
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-latest
2626
steps:
27-
- uses: bazel-contrib/setup-bazel@0.15.0
28-
with:
29-
bazelisk-cache: true
30-
disk-cache: ${{ github.workflow }}
31-
repository-cache: true
3227
- name: Checkout repository
3328
uses: actions/checkout@v4.2.2
29+
- name: Setup Bazel
30+
uses: bazel-contrib/setup-bazel@0.9.1
3431
- name: Bazel build communication targets
3532
run: |
36-
bazel build --config com-x86_64-linux //score/...
33+
bazel build --config com-x86_64-linux //score/mw/com
3734
- name: Bazel test communication targets
3835
run: |
3936
bazel test --config com-x86_64-linux //score/...

.github/workflows/release_verification.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
SCORE_QNX_USER: ${{ secrets.SCORE_QNX_USER }}
5555
SCORE_QNX_PASSWORD: ${{ secrets.SCORE_QNX_PASSWORD }}
5656
run: |
57-
bazel build --config com-x86_64-qnx --credential_helper=*.qnx.com=%worksapce%/.github/tools/qnx_credential_helper.py -- \
58-
//score/...
57+
bazel build --config com-x86_64-qnx --credential_helper=*.qnx.com=${{ github.workspace }}/.github/tools/qnx_credential_helper.py -- \
58+
//score/mw/com
5959
- name: Cleanup QNX License
6060
if: always()
6161
run: rm -rf /opt/score_qnx
@@ -69,7 +69,7 @@ jobs:
6969
- name: Bazel test baselibs targets
7070
run: |
7171
bazel test --config com-x86_64-linux -- \
72-
//score/...
72+
//score/mw/com
7373
release_verification:
7474
runs-on: ubuntu-latest
7575
needs: [build_host, build_target, test_host]

MODULE.bazel.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)