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 May 13, 2024
1 parent 49e3210 commit 0feb588
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 @@ -317,6 +317,7 @@ module Cygwin = struct
"--no-shortcuts";
"--no-startmenu";
"--no-write-registry";
"--no-version-check";
"--quiet-mode";
] @
match packages with
Expand Down Expand Up @@ -983,6 +984,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 0feb588

Please sign in to comment.