Changes between Version 5 and Version 7 of Ticket #29929
- Timestamp:
- Jul 5, 2020, 7:22:36 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29929
-
Property
Summary
changed from
tox.ini: Add a macos environment without homebrew, conda
totox.ini: Various CI fixes
-
Property
Summary
changed from
-
Ticket #29929 – Description
v5 v7 1 That's a configuration that was causing trouble in #29706 and is so far not tested in the GitHub CI tests.2 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. 3 3 4 Also, 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)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 7 7 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: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: 8 9 {{{ 9 10 + sage-package create arb --version git --tarball arb-git.tar.gz --type=optional … … 11 12 ##[error]Process completed with exit code 1. 12 13 }}} 13 So `sage-system-python` needs better checks for the suitability of `python`.14 So `sage-system-python` needs better checks for the suitability of `python`.