We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dda17 commit 0a9392fCopy full SHA for 0a9392f
1 file changed
.github/workflows/ci-docker.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build RIP GCC
43
run: |
44
set -x
45
- .github/scripts/build-rip.sh
+ .github/scripts/build-rip.sh --with-realtime=uspace
46
- name: Verify no untracked or modified files after build
47
48
.github/scripts/verify-clean-repo.sh
@@ -120,7 +120,7 @@ jobs:
120
- name: Build RIP Clang
121
122
123
- CC=clang CXX=clang++ .github/scripts/build-rip.sh
+ CC=clang CXX=clang++ .github/scripts/build-rip.sh --with-realtime=uspace
124
125
126
0 commit comments