Changes between Version 9 and Version 11 of Ticket #29929
- Timestamp:
- Jul 8, 2020, 2:27:56 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29929
-
Property
Dependencies
changed from
#29851, #29105, #30064
to#29851, #29105, #30064, #30088
-
Property
Branch
changed from
to
u/mkoeppe/tox_ini__add_a_macos_environment_without_homebrew__conda
-
Property
Commit
changed from
to
bfb2fb439694e7fee3e2a0adfd4b4367915362eb
-
Property
Dependencies
changed from
-
Ticket #29929 – Description
v9 v11 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. 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`) 3 3 4 4 - Add a homebrew environment 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 5 6 - Also, add "make dist" testing to tox.ini (prompted by breakage in #29825). 6 - Also, add "make dist" testing to tox.ini (prompted by breakage in #29825). This is #30088 7 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: