-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
261.18编译报错
貌似runtime_constants_go125和runtime_constants_go126 2个冲突,删除哪个都会报找不到
visor.dev/gvisor/pkg/sync
gvisor.dev/gvisor/pkg/sync
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go126.go:22:2: WaitReasonSelect 在此代码块中重新声明
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go125.go:22:2: WaitReasonSelect 的其他声明
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go126.go:23:2: WaitReasonChanReceive 在此代码块中重新声明
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go125.go:23:2: WaitReasonChanReceive 的其他声明
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go126.go:24:2: WaitReasonSemacquire 在此代码块中重新声明
../../../../../dl/go-mod-cache/gvisor.dev/[email protected]/pkg/sync/runtime_constants_go125.go:24:2: WaitReasonSemacquire
删除其中一个 都会报找不到