Skip to content

Commit

Permalink
restore tiff to vcpkg github workflow (#152)
Browse files Browse the repository at this point in the history
* restores tiff to vcpkg github workflow that was removed in #147 due to a security issue
  • Loading branch information
michaeldsmith authored Apr 22, 2024
1 parent f1c75e0 commit 73aa991
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/windows_vcpkg_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr

# 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: install dependencies - tiff
run: vcpkg install tiff

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

# 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: install dependencies - tiff
run: vcpkg install tiff

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

- name: check vcpkg install status
run: vcpkg list
Expand Down Expand Up @@ -69,11 +66,8 @@ jobs:
- name: install dependencies - openexr
run: vcpkg install openexr: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: install dependencies - tiff
run: vcpkg install tiff:x64-windows

- name: check vcpkg install status
run: vcpkg list
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.5.3",
"dependencies": [
"imath",
"openexr"
"openexr",
"tiff"
]
}

0 comments on commit 73aa991

Please sign in to comment.