mirror of
https://github.com/boostorg/wave.git
synced 2026-01-19 04:42:16 +00:00
To test against different compiler versions we use older Docker images, which in turn have different glibc versions. Github recently deprecated Node version 16, which had been built with an older glibc version, and the newer Node version requires a glibc version that is not available on the old images, causing builds to fail. This is a hack permitting the continued use of Node 16, until Github decides to make it impossible.