[MDEV-9180] Provide macOS packages for download as part of regular release process Created: 2015-11-24 Updated: 2022-02-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Simon J Mudd | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
I'm not sure if this has been considered but I would find it useful to be able to download MariaDB 10.X binaries as either a tar ball or a package for OSX. https://downloads.mariadb.org/mariadb/10.1.9/ shows packaged binaries for various flavours of linux, tarball binaries for Linux and also binaries for Windows. Nothing is shown for OSX. Other forks of MySQL do provide such binaries and packages which is convenient. So either a tarball package which is useful for testing with MySQL Sandbox or a packaged binary would be useful. |
| Comments |
| Comment by Simon J Mudd [ 2015-11-25 ] |
|
I note that homebrew does work and install a version of MariaDB, currently 10.1.X but that does require installing homebrew first. Also it's not clear if I want to install a specific version how I might do that. This is sometimes important for testing bugs, and for the same reason there may be a desire or need to install 10.0.X instead. The instructions for installing are rather vague at the moment. |
| Comment by Daniel Black [ 2021-12-08 ] |
|
Notes: https://postgresapp.com/ (ref: https://github.com/PostgresApp/PostgresApp/blob/master/buildscripts/build.sh ) has good community reviews. With a few CPack options the same concepts could be ported: |
| Comment by Daniel Black [ 2021-12-12 ] |
|
From sergei.krivonos in |
| Comment by Daniel Black [ 2021-12-13 ] |
|
Previous work: https://github.com/MariaDB/mariadb.org-tools/pull/91/ |