Skip to content

Commit 0578975

Browse files
committed
Remove leftovers
1 parent 44926e2 commit 0578975

File tree

11 files changed

+4
-3481
lines changed

11 files changed

+4
-3481
lines changed

.github/workflows/analysis_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
ctest -T Test \
7777
-C Release \
78-
--timeout 14400 \
78+
--timeout 7200 \
7979
--output-on-failure \
8080
-VV
8181
working-directory: _build

.github/workflows/ci_steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
path: _build/${{ env.INSTALL_MANIFEST }}
158158

159159
- name: Validate install
160-
if: ${{ inputs.validate_install == 'ON'}}
160+
if: ${{ inputs.validate_install == 'ON' }}
161161
# Validate that the build has installed the proper files by comparing against the appropriate reference manifest
162162
run: |
163163
share/ci/scripts/validate_install.py "_build/$INSTALL_MANIFEST" "share/ci/install_manifest/$INSTALL_MANIFEST"
@@ -172,6 +172,6 @@ jobs:
172172

173173
- name: Test
174174
run: |
175-
ctest -T Test -C ${{ inputs.build-type }} --timeout 14400 --output-on-failure -VV
175+
ctest -T Test -C ${{ inputs.build-type }} --timeout 7200 --output-on-failure -VV
176176
working-directory: _build
177177
shell: bash

.github/workflows/ci_workflow_old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
ctest -T Test \
9898
-C Release \
99-
--timeout 14400 \
99+
--timeout 7200 \
100100
--output-on-failure \
101101
-VV
102102
working-directory: _build

Dockerfile

Lines changed: 0 additions & 32 deletions
This file was deleted.

WORKSPACE.bazel

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/bin/exrconv/CMakeLists.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)