Skip to content

Commit

Permalink
ci: repeat pluginval twice under sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 committed Feb 7, 2025
1 parent c41b791 commit d4b3e7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/address_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ jobs:
env:
STRICTNESS_LEVEL: 10
TIMEOUT_MS: 1440000
REPEAT: 1
REPEAT: 2
RANDOM_SEED: "${{ steps.current-time.outputs.formattedTime }}"
6 changes: 3 additions & 3 deletions .github/workflows/cmake_full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
sudo ./llvm.sh 17
# This also starts up our "fake" display Xvfb, needed for pluginval
- name: Install JUCE's Linux Deps (Linux)
- name: Install Linux Deps (Linux)
if: runner.os == 'Linux'
# Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
./oneapi.exe -s -x -f oneapi
./oneapi/bootstrapper.exe -s -c --action install --components=intel.oneapi.win.ipp.devel --eula=accept -p=NEED_VS2022_INTEGRATION=1 --log-dir=.
- name: Save IPP cache (even on CI fail)
- name: Save IPP cache (Windows)
if: runner.os == 'Windows' && (steps.cache-ipp.outputs.cache-hit != 'true')
uses: actions/cache/save@v4
with:
Expand All @@ -96,7 +96,7 @@ jobs:
shell: bash
run: choco install ninja

- name: Install macOS Deps
- name: Install macOS Deps (macOS)
if: ${{ runner.os == 'macOS' }}
run: brew install ninja osxutils

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thread_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
env:
STRICTNESS_LEVEL: 10
TIMEOUT_MS: 1440000
REPEAT: 1
REPEAT: 2
RANDOM_SEED: "${{ steps.current-time.outputs.formattedTime }}"

0 comments on commit d4b3e7a

Please sign in to comment.