Merge pull request #15430 from ARMmbed/0xc0170-patch-scancode

scancode: version >31.2.4 contains fix for reindexing
pull/15427/head
Martin Kojtal 2023-06-01 13:38:08 +01:00 committed by GitHub
commit 9bff970507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ jobs:
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
| while read file; do cp --parents "${file}" SCANCODE; done
ls SCANCODE
scancode --reindex-licenses # workaround for https://github.com/nexB/scancode-toolkit/issues/3179
scancode -l --json-pp scancode.json SCANCODE
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
cat scancode-evaluate.log