8000 Investigate caching for github actions · Issue #324 · clearmatics/zeth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Investigate caching for github actions #324
Closed
@dtebbs

Description

@dtebbs

The barrier to running all tests (including those involving on-chain operations) is the time taken to build / install dependencies. #150

Docker may be one solution to this, but this presents issues when the content of the container must change. (To check the CI tests, one needs to invoke the CI to build the containers. Depending on versioning policies, this may affect the build of other branches, which breaks isolation.)

Investigate this as a solution for actions:
https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows

(Good first steps would be the solidity compiler on macos, grpc on linux, etc)

Metadata

Metadata

Assignees

Labels

buildTask related to the compilation and execution of the projectciTask related to the Continuous Integration (configuration, service etc.)function:devopsTasks for the DevOps functionoptimizationOptimization task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0