[MDBF-183] icc based builds contain shared libraries of the intel compiler Created: 2020-11-29 Updated: 2022-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Blocker |
| Reporter: | Daniel Black | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 0.25d | ||
| Original Estimate: | Not Specified | ||
| Description |
|
From https://mariadb.zulipchat.com/#narrow/stream/236699-Buildbot/topic/icc.20-file-key-management.20plugin.20failures plugins link to intel compiler
In buildbot the following is needed to ensure these pass tests: export LD_LIBRARY_PATH=/opt/intel/sw_dev_tools/lib/intel64_lin/ Currently there redistribution of icc based builds in releases isn't realistic. |
| Comments |
| Comment by Vicențiu Ciorbaru [ 2020-12-21 ] |
|
-DBUILD_CONFIG=mysql_release will generate tarballs that link statically to intel libraries and can run on systems without icc installed. |