Skip to content

Commit

Permalink
disable tiff on github workflow for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Apr 2, 2024
1 parent 068c21e commit 895e269
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/windows_vcpkg_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr

- name: install dependencies - tiff
run: vcpkg install tiff
# disabling tiff due to security issue
# https://github.com/microsoft/vcpkg/issues/37871
# https://github.com/microsoft/vcpkg/issues/37839
# - name: install dependencies - tiff
# run: vcpkg install tiff

- name: check vcpkg install status
run: vcpkg list
Expand Down Expand Up @@ -66,8 +69,11 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr

- name: install dependencies - tiff
run: vcpkg install tiff
# disabling tiff due to security issue
# https://github.com/microsoft/vcpkg/issues/37871
# https://github.com/microsoft/vcpkg/issues/37839
# - name: install dependencies - tiff
# run: vcpkg install tiff

- name: check vcpkg install status
run: vcpkg list
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/windows_vcpkg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr:x64-windows

- name: install dependencies - tiff
run: vcpkg install tiff:x64-windows
# disabling tiff due to security issue
# https://github.com/microsoft/vcpkg/issues/37871
# https://github.com/microsoft/vcpkg/issues/37839
#- name: install dependencies - tiff
# run: vcpkg install tiff:x64-windows

- name: check vcpkg install status
run: vcpkg list
Expand Down Expand Up @@ -66,8 +69,11 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr:x64-windows

- name: install dependencies - tiff
run: vcpkg install tiff:x64-windows
# disabling tiff due to security issue
# https://github.com/microsoft/vcpkg/issues/37871
# https://github.com/microsoft/vcpkg/issues/37839
#- name: install dependencies - tiff
# run: vcpkg install tiff:x64-windows

- name: check vcpkg install status
run: vcpkg list
Expand Down

0 comments on commit 895e269

Please sign in to comment.