generated from DARMA-tasking/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
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
#97: Add more environments to test in CI #110
Merged
tlamonthezie
merged 160 commits into
master
from
97-add-more-environments-to-test-in-ci
Sep 24, 2024
Merged
#97: Add more environments to test in CI #110
tlamonthezie
merged 160 commits into
master
from
97-add-more-environments-to-test-in-ci
Sep 24, 2024
Conversation
This file contains 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
tlamonthezie
force-pushed
the
97-add-more-environments-to-test-in-ci
branch
29 times, most recently
from
August 29, 2024 16:53
2f67491
to
f84493e
Compare
tlamonthezie
force-pushed
the
97-add-more-environments-to-test-in-ci
branch
from
September 24, 2024 17:23
c9b5d94
to
c0f8668
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #97
It includes:
macos-12
withclang
(AppleClang
)macos-13
withclang
(AppleClang
)macos-14
withclang
(AppleClang
)Contrary to workflows running ubuntu, mac os tests do not rely on docker/dockerhub to retain a built version of vtk (vtk takes near 30 minutes to build on GH). It uses instead the github caching system to be able to reuse VTK src & build files when the workflow is re-triggered (Info: On GH cached data is removed if it is not used during 7 days and max cache is 10Gb size total inclusing all caches)
Note: Apple does not provide official docker images that's why the caching system has been used. Then running build & tests directly on the macos runner might be more relevant.
Important: there is a VTK build issue on Ubuntu 24.04 when using OSMESA. The bug occurs when building inner
vtkglew
dependency. It seems to be caused by osmesa drivers on that platform. It might be linked to that known bug: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2066353.Other updates
Build and Test (ubuntu)
andBuild and Test (macos)
**POST MERGE NOTICE: