-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
sage-spkg: Add an option -w for warning only if spkg-check fails #29301
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
Author: Matthias Koeppe |
comment:4
If you set What is the intent? (Aside: should flags like |
comment:5
Replying to @jhpalmieri:
I set SAGE_CHECK=warn to enable this behavior as a default for all packages. I don't see why the default
Makefile targets, I don't think. We could make it |
This comment has been minimized.
This comment has been minimized.
comment:7
I think that if If Re Makefile targets vs. configure: it feels more standard to have |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Is this doing what you have in mind? |
comment:10
At first glance it looks good, but I have to test it. Ideally if I run |
comment:11
Well, the code for the summary "The following package(s) may have failed to build..." is currently only run on failure. |
comment:12
OK, seems to work |
Reviewer: Dima Pasechnik, John Palmieri |
comment:13
Thanks! Further refinements can be done on a follow-up ticket. |
comment:14
Followup at #29402. |
Changed branch from u/mkoeppe/sage_spkg__add_an_option__w_for_warning_only_if_spkg_check_fails to |
In addition, setting
SAGE_CHECK=warn
has the same effect.This is useful for automated builds - using make -k
SAGE_CHECK=warn
we can collect many build and test suite results in one shot.CC: @dimpase @jhpalmieri
Component: build
Author: Matthias Koeppe
Branch/Commit:
f45b28d
Reviewer: Dima Pasechnik, John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/29301
The text was updated successfully, but these errors were encountered: