Comments on: How to Build Percona XtraDB Cluster From Sources https://www.percona.com/blog/how-to-build-percona-xtradb-cluster-from-sources/ Wed, 28 Sep 2022 08:23:02 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: R B https://www.percona.com/blog/how-to-build-percona-xtradb-cluster-from-sources/#comment-10973769 Wed, 28 Sep 2022 08:23:02 +0000 https://www.percona.com/blog/?p=82110#comment-10973769 How to do make install instead of building rpm or deb packages?

]]>
By: Evgeniy Patlan https://www.percona.com/blog/how-to-build-percona-xtradb-cluster-from-sources/#comment-10973714 Thu, 11 Aug 2022 20:23:14 +0000 https://www.percona.com/blog/?p=82110#comment-10973714 Hi Yves!
Here is the command:
./pxc_builder.sh --builddir=/tmp/BUILD_PXC --get_sources=1 --branch=<your_branch_name> --repo=<link_to_your_repo_on_github>
So in this case you should point script to your repo and your branch

If you have your sources locally – well in this case you should modify the script as such scenario isn’t covered.
I suggest keeping all changes in source control otherwise it would be mess 😉

]]>
By: Yves Trudeau https://www.percona.com/blog/how-to-build-percona-xtradb-cluster-from-sources/#comment-10973713 Thu, 11 Aug 2022 20:00:14 +0000 https://www.percona.com/blog/?p=82110#comment-10973713 What if you cloned the repo, patched a few files and just want to build what you have?

]]>