You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From previous experiment, ncurses is available in the CI environment so it's not
the problem. After some researching, I think it's the version of glibc being too
old (2.24 but purescript installer needs 2.27).
I see people upgrade glibc directly in Dockerfile like
ENV GLIBC_VERSION 2.25-r0
but we are using a docker image from CircleCI.
Let me try overwriting it by adding to `environment` variables.
0 commit comments