Skip to content

Commit

Permalink
refactor(pkg): remove some unused code (#10654)
Browse files Browse the repository at this point in the history
Speeds up the build and prevents from using stuff that we shouldn't

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Jun 19, 2024
1 parent 9b90d86 commit d995b68
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 274 deletions.
138 changes: 0 additions & 138 deletions vendor/opam-0install/lib/dir_context.ml

This file was deleted.

47 changes: 0 additions & 47 deletions vendor/opam-0install/lib/dir_context.mli

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/opam-0install/lib/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library
(name opam_0install)
(libraries unix opam_state opam_format zeroinstall_solver fmt))
(libraries opam_state opam_format zeroinstall_solver fmt))
68 changes: 0 additions & 68 deletions vendor/opam-0install/lib/switch_context.ml

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/opam-0install/lib/switch_context.mli

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/update-opam-0install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p $PACKAGE
SRC=$TMP/opam-0install-solver

cp -v $SRC/LICENSE.md $PACKAGE/
cp -v -R $SRC/lib $PACKAGE/
cp -v -R $SRC/lib/{model,s,solver}.* $PACKAGE/

git checkout $PACKAGE/lib/dune
git add -A .

0 comments on commit d995b68

Please sign in to comment.