Skip to content

Commit e77209f

Browse files
committed
tests: compare_signed.bats: add exception for v2.13 release
Add add exception for sof-ipc4-v2.13 as the Intel sof-ptl-openmodules.ri does not match between builds signed with different keys. The issue seems to be caused by added sections in the new sof-ptl-openmodules.ri file that break build reproducability. Tracked in thesofproject/sof#10056 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent b98d761 commit e77209f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/compare_signed.bats

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,12 @@ test_init()
141141

142142
case "$sofv" in
143143

144-
# Special cases
145-
# None yet, see above for examples
144+
# Special cases (see above checks for examples)
145+
146+
# sof-PLAT-openmodules.ri have sections that break build reproducability,
147+
# tracked in https://github.com/thesofproject/sof/issues/10056
148+
*v2.13.x/sof-ipc4-v2.13)
149+
assert_eq_signed $status 1;;
146150

147151
# No difference
148152
*)

0 commit comments

Comments
 (0)