-
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
#2372: use updated virtual serialization macros #2374
Conversation
Pipelines resultsPR tests (gcc-12, ubuntu, mpich, verbose, kokkos) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-9, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-13, alpine, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-11, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-13, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-12, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-10, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (intel icpx, ubuntu, mpich, verbose) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (clang-14, ubuntu, mpich, verbose) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose) Build for 0e7662a (2024-12-06 15:01:46 UTC)
PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for 0e7662a (2024-12-06 15:01:46 UTC)
|
91f8f9e
to
df9c67a
Compare
df9c67a
to
a7b783b
Compare
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.
Looks good
@@ -1,6 +1,6 @@ | |||
|
|||
ARG arch=amd64 | |||
FROM alpine:3.16 as base | |||
FROM alpine:3.16 AS base |
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.
Dummy change just to trigger rebuilding of Docker images.
After DARMA-tasking/magistrate#378 was merged, the develop
builds after merging #2360 failed (because of new magistrate version with new warnings). This means that updated versions of vt
Docker images were not pushed to DockerHub and this caused clang-16
workflow to fail because of missing dependency (Python brotli package for testing LB schema).
fixes #2372
Follow-up to DARMA-tasking/magistrate#378 (CI needs to be re-run after magistrate PR gets merged).