Skip to content

Commit 7a7f43a

Browse files
committed
remove linux pluginval
1 parent 30e9af0 commit 7a7f43a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/fire.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,15 @@ jobs:
199199
message(FATAL_ERROR "Running tests failed!")
200200
endif()
201201
202-
- name: Pluginval Linux
203-
working-directory: build
204-
if: runner.os == 'Linux'
205-
run: |
206-
curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
207-
unzip pluginval
208-
# start xvfb in the background
209-
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
210-
./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"
202+
# - name: Pluginval Linux
203+
# working-directory: build
204+
# if: runner.os == 'Linux'
205+
# run: |
206+
# curl -L "https://github.com/Tracktion/pluginval/releases/download/v0.3.0/pluginval_${{ runner.os }}.zip" -o pluginval.zip
207+
# unzip pluginval
208+
# # start xvfb in the background
209+
# sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
210+
# ./pluginval --strictness-level 5 --validate-in-process --verbose --output-dir "." --validate "${{ env.PROJECT_NAME }}_artefacts/${{ env.BUILD_TYPE }}/VST3/${{ env.PROJECT_NAME }}.vst3"
211211

212212
- name: Pluginval Mac
213213
working-directory: build

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include(FetchContent)
3434
FetchContent_Declare(
3535
JUCE
3636
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
37-
GIT_TAG 6.1.2
37+
GIT_TAG 6.1.5
3838
)
3939
FetchContent_MakeAvailable(JUCE)
4040

0 commit comments

Comments
 (0)