Merge pull request #15363 from 0xc0170/fix/martin.kojtal/scancode-license-index

scancode: Fix license index failure
pull/15362/head^2
Martin Kojtal 2023-01-03 11:12:54 +00:00 committed by GitHub
commit 149d444825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ 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