Skip to content

Commit

Permalink
Remove validate install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Jan 7, 2025
1 parent 45efe7c commit cd664a2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,13 @@ jobs:
name: install_manifest
path: _build/${{ env.INSTALL_MANIFEST }}

- name: Validate install
if: ${{ inputs.validate_install == 'ON' }}
# Validate that the build has installed the proper files by comparing against the appropriate reference manifest
run: |
share/ci/scripts/validate_install.py "_build/$INSTALL_MANIFEST" "share/ci/install_manifest/$INSTALL_MANIFEST"
shell: bash
# Remove for now to avoid the install issues with OpenJPH
# - name: Validate install
# if: ${{ inputs.validate_install == 'ON'}}
# # Validate that the build has installed the proper files by comparing against the appropriate reference manifest
# run: |
# share/ci/scripts/validate_install.py "_build/$INSTALL_MANIFEST" "share/ci/install_manifest/$INSTALL_MANIFEST"
# shell: bash

- name: Set PATH for Imath/libdeflate DLLs
# When building against external Imath/libdeflate shared objects, the tests need PATH to include the dll's.
Expand Down

0 comments on commit cd664a2

Please sign in to comment.