dennis-tra / nebula

🌌 A network agnostic DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Apache License 2.0
294 stars 30 forks source link

Specify CCompiler binaries for each OS and Arch #64

Closed cortze closed 4 months ago

cortze commented 4 months ago

Description

63 fix the GCC missing dependencies to compile the binaries. However, it was missing the specific CC (C Compiler binaries for each of the OS and Arch we want to compile for)

This PR specifies those missing binaries.