Conversation
|
Command
Hey, I reacted but my real name is @Mergifyio |
|
@Mergifyio update |
|
Command
|
|
It's not there yet - I have to add in Arcadia (I guess) after this PR gets merged. |
Looks like I'm wrong, I will try to add build via ci_config.json |
|
Does not work on Ubuntu 20.04 due to too new glibc: |
| RUN wget -nv https://clickhouse-datasets.s3.yandex.net/toolchains/toolchains/freebsd-11.3-toolchain.tar.xz | ||
|
|
||
| # Download toolchain for POWER9 (PPC64le) | ||
| RUN wget -nv https://clickhouse-datasets.s3.yandex.net/toolchains/toolchains/advanced-toolchain-14.0-3-ppc64le.tar.xz |
There was a problem hiding this comment.
Information about the source must be provided.
|
|
I will check why all of those dependencies on glibc version sneaked in - possibly the build-mode is wrong: |
|
The toolchain has glibc 2.32 and Ubuntu 20.04 has glibc 2.31 - no surprise. I recommend instead of using the official toolchain with ~500 MB of assorted files, just extract only some required files from the Ubuntu image (we can extract files directly from the Ubuntu image). Also we can pick some old Ubuntu version like 16.04... |
|
|
|
Continued in #30010. |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add CI check for PPC64le cross-compilation