scancode: version >31.2.4 contains fix for reindexing

The workaround is not needed anymore (v32 is breaking this reindexing as they created new command to do that anyway).
pull/15430/head
Martin Kojtal 2023-06-01 10:11:29 +01:00 committed by GitHub
parent 95f3f93c19
commit 633a8335e7
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