Message336549
| Author | steve.dower |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2019-02-25.19:32:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551123172.45.0.629021519376.issue36108@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In PCbuild/openssl.props there is a task that deletes some copied files. This *might* fail on rebuilds where a Python process from a previous build has been running (for a very specific example, the rebuild as part of the release build triggered this). We shouldn't need to fail the build in this case, so change the "TreatErrorsAsWarnings" attribute to "false" (Note that this is not fixed by the KillPython step if the still-running executable is "python.exe" but we're building "python_d.exe" in the same folder. But warning and continuing is going to be fine for these particular files.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-25 19:32:52 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, zach.ware |
| 2019-02-25 19:32:52 | steve.dower | set | messageid: <1551123172.45.0.629021519376.issue36108@roundup.psfhosted.org> |
| 2019-02-25 19:32:52 | steve.dower | link | issue36108 messages |
| 2019-02-25 19:32:52 | steve.dower | create | |