upload .pdb file as release artifact on github - #1506
Conversation
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a5fc588. Configure here.
a5fc588 to
355132b
Compare
|
@cursor review |
355132b to
b12bb30
Compare
|
@cursor review |
b12bb30 to
a814ce7
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a814ce7. Configure here.
a814ce7 to
73b2b77
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 73b2b77. Configure here.
73b2b77 to
f7bde3d
Compare
|
@cursor review |
f7bde3d to
6166d97
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 6166d97. Configure here.
Coverage Report for CI Build 32487046951Coverage remained the same at 81.922%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Note
Low Risk
CI-only change for Windows release artifacts. It adds a scoped
contents: writejob that uploads PDBs to GitHub releases and does not change product, auth, or PyPI packaging logic.Overview
On Windows release builds, the wheel job now emits
line-tables-onlydebug info so MSVC produces a separatechia_rs.pdbfor crash-stack symbolication, without bloating the.pydor paying extra link time on PR/push.Those PDBs are zipped per Python/arch (inner name stays
chia_rs.pdbso debuggers can match the GUID), uploaded asdebug-symbols-*artifacts (notpackages-*, so they never hit PyPI), then a smallupload-debug-symbolsjob withcontents: writeattaches the zips to the GitHub release.Reviewed by Cursor Bugbot for commit 6166d97. Bugbot is set up for automated code reviews on this repo. Configure here.