-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scan downloading scancode-toolkit each time. please made a cache of it once per installation session #1580
Labels
Comments
sschuberth
added
scanner
About the scanner tool
enhancement
Issues that are considered to be enhancements
labels
Jun 25, 2019
@sschuberth thanks a lot for fast reply. really helpful... |
sschuberth
added a commit
that referenced
this issue
Oct 27, 2020
The bootstrapping mechanism was sub-optimal anyway (see [1]) and added complexity to the code that was barely needed, so just remove it. Instead, prefer mechanisms like our Dockerfile to add any required scanners a before runtime of ORT. [1] #1580 Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Oct 27, 2020
The bootstrapping mechanism was sub-optimal anyway (see [1]) and added complexity to the code that was barely needed, so just remove it. Instead, prefer mechanisms like our Dockerfile to add any required scanners before runtime of ORT. [1] #1580 Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Oct 28, 2020
The bootstrapping mechanism was sub-optimal anyway (see [1]) and added complexity to the code that was barely needed, so just remove it. Instead, prefer mechanisms like our Dockerfile to add any required scanners before runtime of ORT. [1] #1580 Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Oct 28, 2020
The bootstrapping mechanism was sub-optimal anyway (see [1]) and added complexity to the code that was barely needed, so just remove it. Instead, prefer mechanisms like our Dockerfile to add any required scanners before runtime of ORT. [1] #1580 Signed-off-by: Sebastian Schuberth <[email protected]>
11 tasks
sschuberth
added a commit
that referenced
this issue
Nov 25, 2021
Bootstrap scanners to the persistent ORT tools directory (like already done for Flutter) to not bootstrap them again on the same machine. Resolves #1580. Signed-off-by: Sebastian Schuberth <[email protected]>
sschuberth
added a commit
that referenced
this issue
Nov 26, 2021
Bootstrap scanners to the persistent ORT tools directory (like already done for Flutter) to not bootstrap them again on the same machine. Resolves #1580. Signed-off-by: Sebastian Schuberth <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Regarding to logs of scan execution
we spending each time 5 min to download & unpack scancode-toolkit.
@tsteenbe is it possible to make this download step not necessary if scancode-toolkit/archive/v2.9.7.tar.gz already was downloaded? just copy it to tmp dit & unpack there...
thanks
The text was updated successfully, but these errors were encountered: