hypersign-protocol / hid-node

A permissionless blockchain network to manage digital identity and access rights
https://hypersign.id
Apache License 2.0
223 stars 23 forks source link

hotfix: downgrade docker version to 20.04 in `release` worklow to fix GLIBC version issue found in `hid-noded` binaries #347

Closed arnabghose997 closed 1 year ago

arnabghose997 commented 1 year ago

It was observed that the binaries released from Github Actions encountered the following error, while runnin hid-noded command.

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found

The solution was to downgrade the docker version on Github Actions release workflow from latest to 20.04. This approach was performed on a temporary fork of hid-node. All the tests were run to ensure blockchain transactions worked fine .