Changes between Version 17 and Version 19 of Ticket #29929
- Timestamp:
- Jul 14, 2020, 12:04:51 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29929
-
Property
Commit
changed from
5aca2383a65be422c6a43349ff86fabb90d9fabe
tod1a2cbf833f020a591777c40abfc5ab26ec04fe0
-
Property
Commit
changed from
-
Ticket #29929 – Description
v17 v19 1 1 2 - Add a macos environment without homebrew, conda: That's a configuration that was causing trouble in #29706 and is so far not tested in the GitHub CI tests. We do this via #30088 (`make dist`) 2 - Also, add "make dist" testing to tox.ini (prompted by breakage in #29825). This is #30088 3 4 - Add a macos environment without homebrew, conda: That's a configuration that was causing trouble in #29706 and is so far not tested in the GitHub CI tests. This is added by #30088 too (`make dist`) 3 5 4 6 - Add a homebrew environment `local-homebrew-macos-usrlocal` that uses the global homebrew in `/usr/local`. This will be faster and may be more robust for GitHub Actions builds because "bottles" of more packages can be used. (Currently, for example, all `homebrew-standard` builds fail because the homebrew `ppl` package cannot be installed from source - https://github.com/Homebrew/homebrew-core/issues/57499) 5 6 - Also, add "make dist" testing to tox.ini (prompted by breakage in #29825). This is #300887 7 8 8 - Also, #29890 (build/bin/sage-system-python: Try "python" first) may cause failures on Cygwin if `python` is something strange coming through from the Windows installation as observed in https://github.com/mkoeppe/arb/runs/839201503: