Skip to content

Commit

Permalink
validate=OFF
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 21, 2024
1 parent 623ce6e commit 940613c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
shell: bash

- name: Prepare install_manifest
if: ${{ inputs.validate_install != 'OFF' }}
# Store the cmake command as the first line of the manifest,
# and remove the path prefix, so the manifest contains only
# the local filenames.
Expand All @@ -151,7 +150,6 @@ jobs:
shell: bash

- name: Upload install_manifest.txt
if: ${{ inputs.validate_install != 'OFF' }}
# Upload the manifest to make it possible to download for inspection and debugging
uses: actions/upload-artifact@v3
with:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,23 @@ jobs:
namespace: XXX

- build: 7
label: clang
cxx-compiler: clang++
cc-compiler: clang
validate_install: OFF

- build: 8
label: vfx2023
vfx-cy: 2023

- build: 8
- build: 9
label: vfx2022
vfx-cy: 2022

- build: 9
- build: 10
label: vfx2021
vfx-cy: 2021

- build: 10
label: clang
cxx-compiler: clang++
cc-compiler: clang

macOS:
name: 'macOS.${{ matrix.build}}: ${{ matrix.label }}'
uses: ./.github/workflows/ci_steps.yml
Expand Down

0 comments on commit 940613c

Please sign in to comment.