quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
156 stars 45 forks source link

Remove redundant go download #104

Closed WesleyRosenblum closed 2 years ago

WesleyRosenblum commented 2 years ago

Resolves #103

For arm64 builds, Go was being downloaded and installed twice, once for Arm64 and once for Amd64. The second install was overwriting the first, and since the Arm64 Docker container cannot use the Amd64 Go, it was failing.

marten-seemann commented 2 years ago

Thank you!