Skip to content

Commit 9c26102

Browse files
committed
ci: Add --with-realtime=uspace
Default ist RTAI. No issue so far but when RTAI, this is built
1 parent cebba64 commit 9c26102

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build RIP GCC
4040
run: |
4141
set -x
42-
.github/scripts/build-rip.sh
42+
.github/scripts/build-rip.sh --with-realtime=uspace
4343
- name: Verify no untracked or modified files after build
4444
run: |
4545
.github/scripts/verify-clean-repo.sh
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build RIP Clang
101101
run: |
102102
set -x
103-
CC=clang CXX=clang++ .github/scripts/build-rip.sh
103+
CC=clang CXX=clang++ .github/scripts/build-rip.sh --with-realtime=uspace
104104
- name: Verify no untracked or modified files after build
105105
run: |
106106
.github/scripts/verify-clean-repo.sh

0 commit comments

Comments
 (0)