[MDEV-12189] MariaRocks packaging: disable x86 builds Created: 2017-03-07 Updated: 2017-03-15 Resolved: 2017-03-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.2.5-1 | ||||||||
| Description |
|
Building MariaRocks causes the compiler to hang on some x86 hosts. The hang looks like this:
command timed out: 7200 seconds without output, attempting to kill Happens on Fedora 24 and 25, x86: Doesn't happen on Fedora 24 or 25 with amd64: I don't think anybody in MariaRocks' target audience is running x86, so one can just disable building MariaRocks on 32-bit hosts (optionally, when using gcc 6.x on 32-bit hosts). |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2017-03-13 ] |
|
I've tried to reproduce this hanging issue. It doesn't seem to want to happen on my end. I've disabled x86 in CMakeLists.txt in bb-10.2-mariarocks. Is that sufficient? |
| Comment by Sergei Petrunia [ 2017-03-14 ] |
|
Yes this is sufficient for now. We can open another issue if somebody is really interested in 32-bit builds. Closing this one. |
| Comment by Sergei Petrunia [ 2017-03-14 ] |
|
Fix pushed to bb-10.2-mariarocks tree |