-
Notifications
You must be signed in to change notification settings - Fork 58
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
ci: add srpm generation #526
Conversation
9289ed3
to
a0aa352
Compare
bot:aws:retest ... was messing with Jenkins during this PR's build and it disrupted it. |
69ac682
to
18c8c8a
Compare
apologies for the noise, minor differences between act and the actual gh hosted runners. Should be good now. |
7c4e3fa
to
8e96711
Compare
bot:aws:retest ... infra issue, trying again |
bot:aws:retest |
bot:aws:retest ... issue in CI |
Change rejected by @bwbarrett |
%if "%{_vendor}" == "debbuild" | ||
Group: devel | ||
%else | ||
Group: Development/Tools%{?suse_version:/Building} |
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.
Debbuild covers all the non-suse cases?
%configure \ | ||
--prefix="%{_prefix}" \ | ||
--disable-tests \ | ||
--with-mpi=no \ |
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.
Disable-tests should already be disabling mpi
This has been melded into #542 |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.