Closed 7anya closed 10 months ago
Hi! Thanks for raising this issue, I looked into this and also our Github Action was failing because of the same issue. The problem was that the hash from the package differed from the expected. Locally downloaded the package to check its hash:
> sha256sum boost_1_83_0.tar.gz
c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628 boost_1_83_0.tar.gz
And seems to be the correct one. I rerun the github action and seems to be working now, so probably was an issue with the download. Please try again and if anything else comes up feel free to open another issue.
Hi,
I am trying to build katran using python
python3 ./build/fbcode_builder/getdeps.py --allow-system-packages build katran
How do i fix this issue?