Changes between Version 11 and Version 17 of Ticket #29929
- Timestamp:
- Jul 12, 2020, 5:30:32 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29929
-
Property
Dependencies
changed from
#29851, #29105, #30064, #30088
to#29851, #29105, #30064, #30048, #30088, #30118
-
Property
Commit
changed from
bfb2fb439694e7fee3e2a0adfd4b4367915362eb
to5aca2383a65be422c6a43349ff86fabb90d9fabe
-
Property
Dependencies
changed from
-
Ticket #29929 – Description
v11 v17 2 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 - 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 `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 5 6 6 - Also, add "make dist" testing to tox.ini (prompted by breakage in #29825). This is #30088