-
Notifications
You must be signed in to change notification settings - Fork 128
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
Enable Linux Emulation build (Power8, IBM XL) #3537
Enable Linux Emulation build (Power8, IBM XL) #3537
Conversation
83dd606
to
c4fd1c8
Compare
c4fd1c8
to
ea7bed5
Compare
ea7bed5
to
36f5033
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.
I'm not super knowledgable about this stuff, but it all seems reasonable to me.
519611c
to
7319685
Compare
@@ -145,7 +145,11 @@ jobs: | |||
|
|||
linux_emu: | |||
needs: [format, git_checks] | |||
if: false # needs.git_checks.outputs.num_code_changes > 0 | |||
if: needs.git_checks.outputs.num_code_changes > 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.
@caitlinross this is the only diff. It means just to run in master/release* and when code changes
fixes: #3551
it removes the smpi build since there is no way of building spectrum mpi with the current base image.