Skip to content

Commit 0ceec5b

Browse files
committed
clang
Signed-off-by: Anas Nashif <[email protected]>
1 parent 2f800ce commit 0ceec5b

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/clang.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ concurrency:
99
jobs:
1010
clang-build:
1111
if: github.repository_owner == 'zephyrproject-rtos'
12-
runs-on:
13-
group: zephyr-runner-v2-linux-x64-4xlarge
12+
runs-on: ubuntu-22.04
13+
# group: zephyr-runner-v2-linux-x64-4xlarge
1414
container:
1515
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1616
options: '--entrypoint /bin/bash'
@@ -66,7 +66,7 @@ jobs:
6666
git log --pretty=oneline | head -n 10
6767
west init -l . || true
6868
west config --global update.narrow true
69-
west config manifest.group-filter -- +ci,+optional
69+
west config manifest.group-filter -- +ci,+optional,-hal,-babblesim
7070
# In some cases modules are left in a state where they can't be
7171
# updated (i.e. when we cancel a job and the builder is killed),
7272
# So first retry to update, if that does not work, remove all modules
@@ -90,16 +90,6 @@ jobs:
9090
ccache -p
9191
ccache -z -s -vv
9292
93-
- name: Update BabbleSim to manifest revision
94-
run: |
95-
export BSIM_VERSION=$( west list bsim -f {revision} )
96-
echo "Manifest points to bsim sha $BSIM_VERSION"
97-
cd /opt/bsim_west/bsim
98-
git fetch -n origin ${BSIM_VERSION}
99-
git -c advice.detachedHead=false checkout ${BSIM_VERSION}
100-
west update
101-
make everything -s -j 8
102-
10393
- name: Run Tests with Twister
10494
id: twister
10595
run: |

0 commit comments

Comments
 (0)