Skip to content

Commit

Permalink
chore: update vendored opam
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alizter committed Nov 19, 2023
1 parent 3af9419 commit 840f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/update-opam.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

version=dcb5165badc5fe87f7f34518c13b7d8e69a79f6f
version=0984de6a2def6ddf2b3beab7857c062db7e0319d

set -e -o pipefail

Expand Down

0 comments on commit 840f13e

Please sign in to comment.