Build ark for supported x86_64 linux platforms #4506
Labels
area: kernels
Issues related to Jupyter kernels and LSP servers
area: workbench
Issues related to Workbench category.
lang: r
Milestone
Needed for #1617
Related discussions in #1619 and #3854
See supported x86_64 platforms on https://dailies.rstudio.com
We can take two approaches:
Build ark on every platforms. With our current infrastructure (github actions) that would require many custom runners, not all of which might be possible.
Build ark on a single platform and make sure it can load everywhere. The main hurdles here are incompatibilities with target glibc versions (Positron does not run on Ubuntu 20, Debian 11, or RedHat 8 (glibc incompatibility) #3854) and target openssl versions (Positron does not run on Ubuntu 20, Debian 11, or RedHat 8 (glibc incompatibility) #3854 (comment)).
The text was updated successfully, but these errors were encountered: