Short answer: you probably can't :-/
Long answer:
You will have to rebuild it completely from sources. As far as I understand, Alpine is based on the musl C library which is not ABI/binary compatible with GLIbc (and for good reasons).
I suspect a ton of other ABI-compatibility issues in other system libraries due to this, so there is no way you're going to run a so-called "portable" Chromium Linux binary on it.
You won't be able to build Chromium on Alpine itself, because it lacks too many packages that are build requirements. Hence you would need to do that on one of the supported build distributions (e.g. recent Ubuntu or Debian). But you will have to provide an Alpine-specific sysroot instead, have a look at the scripts in the following directory to see how this would be done:
Note in particular that you will need all the packages listed in the packagelist.sid.<arch> files there. I strongly suspect that many are not provided by Alpine though!
Hope this helps,
- Digit
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/869140a7-8440-4306-a951-18ca6cb4776f%40chromium.org.