Skip to content
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

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

vicentebolea
Copy link
Collaborator

@vicentebolea vicentebolea commented Mar 14, 2023

fixes: #3551

it removes the smpi build since there is no way of building spectrum mpi with the current base image.

@vicentebolea vicentebolea force-pushed the enable-linux-emu-builds branch 17 times, most recently from 83dd606 to c4fd1c8 Compare March 20, 2023 20:57
@vicentebolea vicentebolea changed the title Enable Linux Emulation builds (Power8, IBM XL) Enable Linux Emulation build (Power8, IBM XL) Mar 20, 2023
@vicentebolea vicentebolea changed the base branch from master to release_29 March 20, 2023 23:39
caitlinross
caitlinross previously approved these changes Mar 21, 2023
Copy link
Collaborator

@caitlinross caitlinross left a 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.

@vicentebolea vicentebolea changed the base branch from release_29 to master March 21, 2023 23:00
@@ -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 &&
Copy link
Collaborator Author

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

@vicentebolea vicentebolea merged commit 853aa1d into ornladios:master Mar 22, 2023
@vicentebolea vicentebolea deleted the enable-linux-emu-builds branch March 22, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Power8 IBM XL build
2 participants