Opened 20 months ago
Closed 19 months ago
#31084 closed enhancement (fixed)
Makefile: Add "ptest" targets that do not depend on the docbuild
Reported by: | mkoeppe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.3 |
Component: | build | Keywords: | |
Cc: | jhpalmieri, gh-kliem, dimpase | Merged in: | |
Authors: | Matthias Koeppe | Reviewers: | Jonathan Kliem |
Report Upstream: | N/A | Work issues: | |
Branch: | 0dca776 (Commits, GitHub, GitLab) | Commit: | 0dca7763f5c63ba15bbe96322aa67d384c65e776 |
Dependencies: | #29124 | Stopgaps: |
Description
The docbuild often fails, for example currently on cygwin
(#30796), and then the testsuite is not run.
Change History (7)
comment:1 Changed 20 months ago by
- Branch set to u/mkoeppe/makefile__add__ptest__targets_that_do_not_depend_on_the_docbuild
comment:2 Changed 20 months ago by
- Cc gh-kliem dimpase added
- Commit set to 09d1737b45d1b29c768f49ae5284392a5917a32b
- Status changed from new to needs_review
comment:3 Changed 20 months ago by
- Dependencies set to #29124
comment:4 Changed 20 months ago by
- Commit changed from 09d1737b45d1b29c768f49ae5284392a5917a32b to 0dca7763f5c63ba15bbe96322aa67d384c65e776
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
ad24294 | tox.ini: Simplify, use sage-get-system-packages, sage-package list
|
1a77a6b | build/bin/write-dockerfile.sh: Remove special casing of build/pkgs/$SYSTEM.txt
|
35241e7 | src/doc/en/developer/portability_testing.rst: Update paths in documentation
|
68baff1 | Makefile (configure): Update dependency on moved files build/pkgs/*.txt
|
fae4bd0 | bootstrap: Remove --enable-_recommended etc.
|
a9bd145 | m4/sage_spkg_collect.m4: Remove _recommended etc. from the configure package summary
|
571cc49 | Merge branch 't/30947/src_doc_bootstrap__simplify_by_using_new_options_of__sage__package_list_' into t/29124/script-packages-prereq-toolchain-bootstrap
|
c529729 | Merge commit '3bb309944b7e8542b2ac88ed3c9d9a60e68644d7' of git://trac.sagemath.org/sage into t/29124/script-packages-prereq-toolchain-bootstrap
|
b73d6f0 | Merge tag '9.3.beta4' into t/29124/script-packages-prereq-toolchain-bootstrap
|
0dca776 | Merge branch 't/29124/script-packages-prereq-toolchain-bootstrap' into t/31084/makefile__add__ptest__targets_that_do_not_depend_on_the_docbuild
|
comment:5 Changed 20 months ago by
- Reviewers set to Jonathan Kliem
- Status changed from needs_review to positive_review
Sure.
comment:6 Changed 20 months ago by
Thanks!
comment:7 Changed 19 months ago by
- Branch changed from u/mkoeppe/makefile__add__ptest__targets_that_do_not_depend_on_the_docbuild to 0dca7763f5c63ba15bbe96322aa67d384c65e776
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Makefile: Add targets ptest-nodoc etc.