[SCons] Add info on git hash to SCons output#1176
Conversation
a83f522 to
7a77965
Compare
7a77965 to
ae316de
Compare
|
@bryanwweber ... thanks for the suggestion! |
|
Interestingly, the hash in the build logs is not the same as the commit shown in the PR here:
|
This is truly odd, as I’m just displaying a value that had existed before. No idea why the build creates a different hash (4fd09b3). |
|
PS: Pasting the hash actually resolved the riddle - the commit is a fix-up that was merged into what is now ae316de. I believe this is due to running |
|
The approach followed in |
|
🎉 FWIW, the merged build displays the correct hash, i.e. so my interpretation is that the hash mismatch observed above is likely due to some GH internals. |
Changes proposed in this pull request
Add git hash at the beginning of the SCons build log:
Replaces #1175
Checklist
scons build&scons test) and unit tests address code coverage