scionproto / scion

SCION Internet Architecture
https://scion.org
Apache License 2.0
400 stars 160 forks source link

xhack: disable AsynctimerchanOn workaround #4621

Closed oncilla closed 2 months ago

oncilla commented 2 months ago

In #4620 we have introduced a workaround to enable asynctimerchan for selected binaries again.

This allows us to use Go 1.23 even if https://github.com/golang/go/issues/69312 is not resolved yet.

Once 1.23.2 is released (and it includes the appropriate patch), we should remove this hack again.

oncilla commented 2 months ago

Hack was removed in favor of completely downgrading the Go version