-
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
Bugfix spack ubuntu CPU build #144
Conversation
Noticed the ubuntu build was failing in #131, so this is an attempt to speed up the rate of failure in those builds.... |
Not really sure why this build is now failing... Ideas:
Still really unclear why this is happening since it's an error in getting the C compiler to even do anything |
bed8256
to
033bb30
Compare
Ready for review + merge after pipelines pass. Since this uses a newer gcc and ubuntu version, the whole build is happening from scratch this first time. Future runs should be quicker |
All green check marks, so I will merge once review is finished. |
Adds
--fail-fast
to the spack install to avoid the installation running for any longer than it needs to