Skip to content

Commit 18b3d02

Browse files
tomi-fontcarlescufi
authored andcommitted
ci: oss-history: disable for Mbed TLS
The history has been rewritten to start from a clean upstream state in the Zephyr fork, so now the script tries to cherry pick upstream Mbed TLS commits because they have different hashes between the repos and then fails because the change is actually already present, it's just that the histories have diverged. On top of that the oss-history check will always use the manifest revision from the merge base for zephyr and sdk-zephyr (upmerge), so even making a PR to sdk-zephyr won't help. Doesn't seem worth the trouble so disable the check for Mbed TLS. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 5a70b08 commit 18b3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
uses: nrfconnect/action-oss-history@main
4242
with:
4343
workspace: 'ncs'
44-
args: -p zephyr -p mcuboot -p hostap -p wfa-qt-control-app -p trusted-firmware-m -p mbedtls
44+
args: -p zephyr -p mcuboot -p hostap -p wfa-qt-control-app -p trusted-firmware-m

0 commit comments

Comments
 (0)