scancode: version >31.2.4 contains fix for reindexing (#166)

The workaround is not needed anymore (v32 is breaking this reindexing as they created new command to do that anyway).

Co-authored-by: Martin Kojtal <martin.kojtal@arm.com>
pull/15437/head
Jamie Smith 2023-06-20 09:31:55 -07:00 committed by GitHub
parent 6b56f1c77d
commit 626b4927e3
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 ) \ | ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
| while read file; do cp --parents "${file}" SCANCODE; done | while read file; do cp --parents "${file}" SCANCODE; done
ls SCANCODE ls SCANCODE
scancode --reindex-licenses # workaround for scancode-toolkit#3179
scancode -l --json-pp scancode.json SCANCODE scancode -l --json-pp scancode.json SCANCODE
python ./tools/test/ci/scancode-evaluate.py scancode.json || true python ./tools/test/ci/scancode-evaluate.py scancode.json || true
cat scancode-evaluate.log cat scancode-evaluate.log