Skip to content

Commit 0a9392f

Browse files
committed
ci: Merge together
1 parent 91dda17 commit 0a9392f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build RIP GCC
4343
run: |
4444
set -x
45-
.github/scripts/build-rip.sh
45+
.github/scripts/build-rip.sh --with-realtime=uspace
4646
- name: Verify no untracked or modified files after build
4747
run: |
4848
.github/scripts/verify-clean-repo.sh
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build RIP Clang
121121
run: |
122122
set -x
123-
CC=clang CXX=clang++ .github/scripts/build-rip.sh
123+
CC=clang CXX=clang++ .github/scripts/build-rip.sh --with-realtime=uspace
124124
- name: Verify no untracked or modified files after build
125125
run: |
126126
.github/scripts/verify-clean-repo.sh

0 commit comments

Comments
 (0)