-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
tox.ini, GitHub CI workflow - minor fixes, more homebrew configuration factors, improve docker interface #29417
Comments
Branch: u/mkoeppe/tox-ci-minor-fixes |
Last 10 new commits:
|
Commit: |
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:55
Test for 9.1.rc0 running at https://github.com/mkoeppe/sage/actions/runs/76923542 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:58
Can we finalize the review of this one please to get it into 9.1? |
comment:59
running GH Actions tests on this here: dimpase#3 |
comment:60
Replying to @dimpase:
I see
there. Isn't this ticked supposed to be fixing this? |
comment:61
Thanks for catching this. Turns out I forgot to install the python.org python3 in tox.yml. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:66
next try here: dimpase#4 |
comment:67
|
comment:68
I presume that various errors on local-macos e.g. on https://github.com/dimpase/sage/runs/591413919 (homebrew-macos-python3_xcode, minimal) I see |
Reviewer: Dima Pasechnik |
comment:69
Thanks! |
comment:70
Yes, errors are to be fixed on their own tickets. |
comment:71
Some of the errors are actually "only" testsuite failures. Tickets such as #29501 clean up some of the messages. |
comment:72
Replying to @dimpase:
Yes, download the log artifact. But it only says
|
Changed branch from u/mkoeppe/tox-ci-minor-fixes to |
This makes the following changes to tox.ini:
tox -e local-homebrew-macos-standard
now uses python3 from homebrew.This attempts to reproduce the environment of https://groups.google.com/d/msg/sage-release/kU5M1QVuQQY/Zu10Q-CKAwAJ
tox -e local-homebrew-macos-standard-python3_xcode
uses/usr/bin/python3
(was the old default)tox -e local-homebrew-macos-standard-python3_pythonorg
uses the Python 3.7 installation from the binary package from python.orgNew toolchain factors:
gcc_spkg
,gcc_9
.Improved docker interface.
CC: @jhpalmieri @dimpase @orlitzky @kliem @vbraun
Component: porting
Author: Matthias Koeppe
Branch/Commit:
b7bb418
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29417
The text was updated successfully, but these errors were encountered: