From 633a8335e754f9ea11eb3f61bf9a7e96f9094f1a Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Thu, 1 Jun 2023 10:11:29 +0100 Subject: [PATCH] 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). --- .github/workflows/basic_checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/basic_checks.yml b/.github/workflows/basic_checks.yml index 25931a66980..03d1aa6bfd3 100644 --- a/.github/workflows/basic_checks.yml +++ b/.github/workflows/basic_checks.yml @@ -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