Comments on: How to Build Percona Server for MySQL From Sources https://www.percona.com/blog/how-to-build-percona-server-for-mysql-from-sources/ Mon, 14 Jun 2021 15:42:27 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: snikolaev https://www.percona.com/blog/how-to-build-percona-server-for-mysql-from-sources/#comment-10973220 Mon, 14 Jun 2021 15:42:27 +0000 https://www.percona.com/blog/?p=74736#comment-10973220 Wouldn’t it be easier to just share the Dockerfiles that are perhaps used in your CI to build each new version? Like it’s e.g. done in Manticore Search – https://github.com/manticoresoftware/manticoresearch/tree/master/dist/build_dockers

With the script there’s still a higher risk of an issue since you don’t control what is in the system before you run the script. With an image/container you know for sure the environment will be 100% the way it’s supposed to be.

]]>
By: Evgeniy Patlan https://www.percona.com/blog/how-to-build-percona-server-for-mysql-from-sources/#comment-10973131 Thu, 08 Apr 2021 19:06:57 +0000 https://www.percona.com/blog/?p=74736#comment-10973131 Hi Francisco.
Thanks for your feedback.
Sure you can clone only branch. And script works well for RHEL8. We prepare packages for RHEL8 using this script and the same approach.

]]>
By: Francisco Miguel Biete Banon https://www.percona.com/blog/how-to-build-percona-server-for-mysql-from-sources/#comment-10973075 Sun, 14 Mar 2021 09:03:17 +0000 https://www.percona.com/blog/?p=74736#comment-10973075 This a great help, thank you!. Could we make some minor tweaks?
The repo is quite big, could we clone only the branch we are going to use as base? (git clone -b branch –single-branch)
Could we add RHEL8 support to the script? It looks like is not contemplating it (not disabling mysql module and pulling jemalloc v5).
I would also like to see future blog posts about the following steps: how to format code prior contributions, what to do when your contribution is ready, what to expect during reviews…

]]>