ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

make CLI/linux-static-armv6 is broken in GHA #2694

Closed bassosimone closed 1 month ago

bassosimone commented 3 months ago

The make CLI/linux-static-armv6 build is broken in GitHub Actions. It used to work four days ago. Now, it times out when fetching packages. The same build works when run on a local machine. A possible explanation is that the emulation became so slow that we time out when performing the TLS handshake when fetching packages.

bassosimone commented 3 months ago

For now, I'll build the package locally. Clearly, we're having some issues with the cloud build.

bassosimone commented 1 month ago

The build now is working as intended again.