Bug #115514 | mysql version 8.0.38 taking long time to compile | ||
---|---|---|---|
Submitted: | 4 Jul 2024 13:25 | Modified: | 4 Jul 2024 13:29 |
Reporter: | Amol Arote | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0.38 | OS: | CentOS (7) |
Assigned to: | CPU Architecture: | x86 (xeon) |
[4 Jul 2024 13:25]
Amol Arote
[4 Jul 2024 13:29]
MySQL Verification Team
HI MR. ARote, Thank you for your bug report. However, it does take time to build latest 8.0. Hence, it is expected behaviour. That is why we recommend to you, very strongly, to use our official binaries from https://dev.mysql.com. Not a bug.
[5 Jul 2024 6:41]
Terje Røsten
Please try to -j option to make command, e.g. to use number of CPUS on system: make -j$(nproc)
[5 Jul 2024 9:41]
MySQL Verification Team
Thank you, Terje, that is a good comment.
[8 Jul 2024 10:17]
Laurynas Biveinis
I will shamelessly plug my blog here: https://of-code.blogspot.com/2023/08/mysql-build-times-use-ninja.html https://of-code.blogspot.com/2023/05/mysql-compilation-and-testsuite-run-tips.html In the latter specifically the "Build options" section.
[8 Jul 2024 10:32]
MySQL Verification Team
Thank you, Mr. Biveinis.