Skip to content
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

Reduce size of opam-repository git clone #79

Open
talex5 opened this issue Nov 19, 2020 · 2 comments
Open

Reduce size of opam-repository git clone #79

talex5 opened this issue Nov 19, 2020 · 2 comments

Comments

@talex5
Copy link
Contributor

talex5 commented Nov 19, 2020

At the moment, we copy in the cluster worker's clone of opam-repository, which includes all branches and PRs.

We should instead just clone the master branch directly within the Dockerfile.

@lindig
Copy link

lindig commented Nov 19, 2020

@avsm
Copy link
Member

avsm commented Jan 22, 2021

Not an entirely trivial thing to fix, since following the COPY with a git branch -D will create another layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants