Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from cmake 3.21.0 to 3.21.2 (#363, #394) #410

Merged
merged 1 commit into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "2.7", cc: gcc-8, cxx: g++-8, fc: gfortran-8 }
- { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-10, cxx: g++-10, fc: gfortran-10 }
- { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-latest, cmake: "3.21.0", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.21.2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }

runs-on: ${{ matrix.config.os }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@ function(set_test_disables)
endfunction()

set_test_disables(
TriBITS_CTestDriver_PBP_PT_ALL_PASS_CALLS_2
TriBITS_CTestDriver_PBP_PT_ALL_PASS_CALLS_4
TriBITS_CTestDriver_PBP_ST_ALL_COVERAGE
TriBITS_CTestDriver_PBP_ST_ALL_MEMORY
TriBITS_CTestDriver_PBP_ST_ALL_PASS
TriBITS_CTestDriver_PBP_ST_BreakBuildAllOptionalPkg
TriBITS_CTestDriver_PBP_ST_BreakBuildLibOptionalPkg
TriBITS_CTestDriver_PBP_ST_BreakConfigureOptionalPkg
TriBITS_CTestDriver_PBP_ST_BreakTestPkg
)