-
Notifications
You must be signed in to change notification settings - Fork 9
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
#2107: CI: remove builds for unsupported compilers #2110
Conversation
Pipelines resultsPR tests (clang-11, ubuntu, mpich, fcontext) Build for 14db2b4 (2023-03-21 13:44:59 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 2ab7c9b (2023-03-21 12:07:29 UTC)
PR tests (clang-9, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-12, ubuntu, mpich, json schema test) Build for 2ab7c9b (2023-03-21 12:07:29 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (nvidia cuda 11.0, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-12, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (nvidia cuda 11.2, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-10, ubuntu, mpich, ubsan) Build for 14db2b4 (2023-03-21 13:44:59 UTC)
PR tests (clang-14, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-13, ubuntu, mpich, trace) Build for 14db2b4 (2023-03-21 13:44:59 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, LB) Build for 14db2b4 (2023-03-21 13:44:59 UTC)
PR tests (gcc-12, ubuntu, mpich, address sanitizer) Build for 14db2b4 (2023-03-21 13:44:59 UTC)
PR tests (clang-11, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-13, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (gcc-12, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (clang-10, ubuntu, mpich) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 7eaac98 (2023-03-30 11:11:59 UTC)
|
2ab7c9b
to
81b2a38
Compare
FIXME: we actually support |
14db2b4
to
7aa1cdf
Compare
@@ -1,4 +1,4 @@ | |||
name: PR tests (clang-8, macosx, mpich) | |||
name: PR tests (clang-14, macosx, mpich) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cache name and maybe other stuff still refer to clang 8. I don't see what in this file actually set the compiler version, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the version number everywhere.
Compiler version is not set explicitly, we use the default for that image: https://github.com/actions/runner-images/blob/macOS-12/20230318.1/images/macos/macos-12-Readme.md.
b197e4f
to
7640b76
Compare
7640b76
to
7eaac98
Compare
@@ -15,7 +15,7 @@ concurrency: | |||
|
|||
jobs: | |||
build: | |||
runs-on: macos-latest | |||
runs-on: macos-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing latest
to a pinned version (this was considered preferable for Intel compilers, we can probably use the same approach here).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK this should be enough to make the compiler version pinned as well, so we don't have to configure it explicitly elsewhere.
gcc-7
(no longer supported)gcc-11
buildgcc-9
build (to avoid having too many options ongcc-11
)fixes #2107