Add new patch to bv_silo to fix gcc-14 compile error. #119
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test build_visit creation of ci tpl container | |
| on: | |
| pull_request: | |
| paths: | |
| - 'src/tools/dev/scripts/bv_support/*' | |
| - 'src/tools/dev/scripts/build_visit' | |
| permissions: | |
| contents: read | |
| jobs: | |
| test-build_visit_tpls: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Test build_visit | |
| run: | | |
| cd scripts/ci/docker | |
| python3 build_docker_visit_ci.py | |