胡飞
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-09-02 12:21:55 +08:00
2026-02-15 11:51:18 +08:00
2026-08-19 16:42:49 +08:00
2026-09-17 11:24:04 +08:00
2026-07-15 22:22:56 +08:00
2026-08-30 17:10:00 +08:00
2026-08-14 16:04:30 +08:00
2026-08-01 11:38:28 +08:00
2026-07-24 10:22:12 +08:00
2026-07-14 21:27:58 +08:00
2026-04-03 09:16:45 +08:00
2026-08-18 22:27:00 +08:00
2026-08-14 23:35:14 +08:00
2026-09-10 20:17:50 +08:00
2026-08-15 11:33:52 +08:00
2026-08-14 23:11:49 +08:00
2026-09-10 20:17:50 +08:00
2026-09-10 20:28:26 +08:00
2026-09-16 20:18:59 +08:00
2026-08-22 08:52:57 +08:00
2026-09-17 15:51:15 +08:00
2026-07-10 17:24:23 +08:00
2026-07-28 09:50:08 +08:00
2026-09-17 16:41:01 +08:00
2026-08-18 22:27:01 +08:00
2026-09-17 15:51:15 +08:00
2026-07-16 17:35:31 +08:00