Skip to content

Commit 29eb894

Browse files
committed
rtcheck: Disable rt checking
1 parent d4e4ac2 commit 29eb894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ jobs:
135135
gdb -batch -ex "run" -ex "bt" -ex "bt full" -ex "info registers" -ex "quit" \
136136
--args ${{ env.APP_DIR }}/${{ matrix.test-binary }} \
137137
--strictness-level 10 \
138-
--rtcheck relaxed \
138+
--rtcheck disabled \
139139
--validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Debug/VST3/DSPModulePluginDemo.vst3'
140140
141-
${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Debug/VST3/DSPModulePluginDemo.vst3'
142-
${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck relaxed --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Debug/VST3/MultiOutSynthPlugin.vst3'
141+
${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck disabled --validate '${{ env.PLUGIN_CACHE_PATH }}/DSPModulePluginDemo_artefacts/Debug/VST3/DSPModulePluginDemo.vst3'
142+
${{ env.APP_DIR }}/${{ matrix.test-binary }} --strictness-level 10 --rtcheck disabled --validate '${{ env.PLUGIN_CACHE_PATH }}/MultiOutSynthPlugin_artefacts/Debug/VST3/MultiOutSynthPlugin.vst3'
143143
144144
145145
- name: Validate JUCE Plugin examples (AU)

0 commit comments

Comments
 (0)