bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Docker: Bump GHC version to fix build for Node 6.3.0 #68

Closed bisgardo closed 8 months ago

bisgardo commented 8 months ago

The Node has been bumped from using Stackage LTS-20.16 (GHC 9.2.7) to LTS-22.9 (GHC 0.6.4). This requires us to bump the Haskell build image accordingly to fix the build.

The default value of the 'tag' describes (as documented) the oldest version of the node that the build file has been verified to work with and has been bumped accordingly.

For historic reference, the legacy branch 'next-flatc' was merged into the branch. It's actual changes are no longer relevant and therefore weren't included (by using merge strategy 'ours').

bisgardo commented 8 months ago

Look into also bumping CMake, FlatBuffers, and protobuf.

bisgardo commented 8 months ago

To be merged once 6.3.x is out on testnet.