fix: os.(*Process).Wait not working on Windows7

This commit is contained in:
wwqgtxx
2026-01-05 20:26:19 +08:00
parent 0ad9ac325a
commit e6bf56b9af
3 changed files with 85 additions and 2 deletions

View File

@@ -178,6 +178,7 @@ jobs:
# 7c1157f9544922e96945196b47b95664b1e39108: "net: remove sysSocket fallback for Windows 7"
# 48042aa09c2f878c4faa576948b07fe625c4707a: "syscall: remove Windows 7 console handle workaround"
# a17d959debdb04cd550016a3501dd09d50cd62e7: "runtime: always use LoadLibraryEx to load system libraries"
# f0894a00f4b756d4b9b4078af2e686b359493583: "os: remove 5ms sleep on Windows in (*Process).Wait"
# sepical fix:
# - os.RemoveAll not working on Windows7
- name: Revert Golang1.25 commit for Windows7/8