-
Notifications
You must be signed in to change notification settings - Fork 213
Add support for Charm 7.0.1, switch container to it, and add Charm++ license+copyright #6050
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
Conversation
| @@ -0,0 +1,101 @@ | |||
| diff --git a/cmake/detect-features-cxx.cmake b/cmake/detect-features-cxx.cmake | |||
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.
Are the patches just copies from 7.0.0?
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.
Yes, they are just exact copies, but because of the way we identify things, there's no real way around that. Maybe symlinks? But I don't know how well symlinks work in git repos...
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.
Nah the copy is fine
| uses: docker/setup-qemu-action@v3 | ||
| with: | ||
| platforms: arm64 | ||
| build-args: PARALLEL_MAKE_ARG=-j4 |
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.
Delete this line but add the line twice in DemoContainer.yaml (for the build-push-action). Squash.
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.
Done! Thanks!
|
@wthrowe did you want to look at this too? Edit: on vacation |
|
Yes thank you for the speedy reviews :) |
|
I'll submit a separate PR with the Ubuntu 18.04 support. I have that mostly working now for automated deployment... |
Proposed changes
Upgrade instructions
Code review checklist
make docto generate the documentation locally intoBUILD_DIR/docs/html.Then open
index.html.code review guide.
bugfixornew featureif appropriate.Further comments