What do you want us to do?
Currently, our license checking is a rather slow workflow because the reuse action is itself rather slow, which in turn is mostly due to the cost of setting up a Python virtual environment and installing reuse-tool and its dependencies into it. We should find some way to accelerate this.
The obvious option is to build things into a Docker image, as pulling a Docker image from the GHCR is quite fast.
What do you want us to do?
Currently, our license checking is a rather slow workflow because the
reuseaction is itself rather slow, which in turn is mostly due to the cost of setting up a Python virtual environment and installingreuse-tooland its dependencies into it. We should find some way to accelerate this.The obvious option is to build things into a Docker image, as pulling a Docker image from the GHCR is quite fast.