Files
navop/script
胡飞 224c8c62a6 test(release): 同步发布配置断言到 fat LTO / panic=abort / 180min
这三条断言在之前的发布 profile 改造后就没跟上,CI(ci.yml 会跑
`node --test script/test-release-packaging.mjs`)一直是红的:

- 超时:改为断言统一的 `timeout-minutes: 180`(原表达式已删除)
- Cargo.toml:`lto = "thin"`/`codegen-units = 16` → `lto = "fat"`/
  `codegen-units = 1`,并补 `panic = "abort"`
- Windows 构建:feature 已收进 `$features` 数组,改断言
  `"windows-native-rdp"`(原 `--features windows-native-rdp` 不再出现)

验证:node --test script/test-release-packaging.mjs 全绿。
2026-09-17 16:41:01 +08:00
..
2026-02-15 11:51:18 +08:00