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

chore: update vendored opam #9221

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Nov 19, 2023

I've also modified the vendor script slightly so that we do a more efficient "git clone" by simply fetching the commit we want straight from the remote and checking it out locally. Downloading opam takes a long time, so I think this is a good idea.

We can eventually consolidate a lot of the common functions in the vendor update scripts and do the same everywhere.

@Alizter Alizter added the chore Something that just needs to be done. label Nov 19, 2023
@Alizter Alizter requested a review from rgrinberg November 19, 2023 17:45
vendor/update-opam.sh Outdated Show resolved Hide resolved
I've also modified the vendor script slightly so that we do a more
efficient "git clone" by simply fetch the commit we want straight from
the remote and checking it out locally. Downloading opam takes a long
time, so I think this is a good idea.

We can eventually consolidate a lot of the common funcitons in the
vendor update scripts and do the same everywhere.

Signed-off-by: Ali Caglayan <alizter@gmail.com>
@Alizter Alizter force-pushed the ps/branch/chore__update_vendored_opam branch from d7ad3de to 840f13e Compare November 19, 2023 20:23
@Alizter
Copy link
Collaborator Author

Alizter commented Nov 19, 2023

@rgrinberg I've reverted the cloning changes. I still think its a good idea, but I'll do them in another PR with some more sharing between the scripts so that we don't have so much copy-paste and they are fatser. The reason I noticed with opam is because the download is very large and I have a slow internet connection at the moment.

@rgrinberg rgrinberg merged commit 5ccf07c into ocaml:main Nov 19, 2023
27 checks passed
@Alizter Alizter deleted the ps/branch/chore__update_vendored_opam branch November 19, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Something that just needs to be done.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants