Changes between Version 2 and Version 3 of Ticket #29929
- Timestamp:
- Jul 5, 2020, 7:03:05 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29929 – Description
v2 v3 3 3 4 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) 5 6 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 {{{ 9 + sage-package create arb --version git --tarball arb-git.tar.gz --type=optional 10 C:\hostedtoolcache\windows\Python\3.7.7\x64\python.exe: can't open file '/cygdrive/d/a/arb/arb/build/bin/sage-package': [Errno 2] No such file or directory 11 ##[error]Process completed with exit code 1. 12 }}}