Skip to content

[TSK]: Speed up reuse action with Docker #164

Description

@dkfellows

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.

Metadata

Metadata

Assignees

Labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions