Skip to content

Commit

Permalink
Add --no-version-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Feb 11, 2024
1 parent 8ab27d6 commit ab14b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/opamSysInteract.ml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ module Cygwin = struct
"--no-shortcuts";
"--no-startmenu";
"--no-write-registry";
"--no-version-check";
"--quiet-mode";
] @
match packages with
Expand Down Expand Up @@ -953,6 +954,7 @@ let install_packages_commands_t ?(env=OpamVariable.Map.empty) config sys_package
let common =
[ "--upgrade-also";
"--only-site";
"--no-version-check";
"--site"; Cygwin.mirror;
"--local-package-dir";
OpamFilename.Dir.to_string (Cygwin.internal_cygcache ());
Expand Down

0 comments on commit ab14b3f

Please sign in to comment.