-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
ciContinuous integrationContinuous integration
Description
ref: #1220 (comment)
Given the bug was triggered under certain build configuration(s) that didn't involve cfg(target_feature = "SHA3")
It would be maybe feasible to extract every possible cfg permutation and verify it spits out expected object code.
This in addition to check that the permutations get generated at some level through the GitHub CI matrix as sanity CI verification.
Currently it is not verified / validated but verification might be feasible through first checking all the cfg-gates get triggetered and the resulting binary is the expected - could also leverage snapshot recording / comparison here.
Metadata
Metadata
Assignees
Labels
ciContinuous integrationContinuous integration