From 626b4927e39101d50bcdcb1c475510389f67903c Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Tue, 20 Jun 2023 09:31:55 -0700 Subject: [PATCH] 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 --- .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 81ec97bffd..49d265f3c8 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 scancode-toolkit#3179 scancode -l --json-pp scancode.json SCANCODE python ./tools/test/ci/scancode-evaluate.py scancode.json || true cat scancode-evaluate.log