Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Created January 12, 2024 21:07
Show Gist options
  • Select an option

  • Save thewh1teagle/e4872e59289551c68c4447be66312e31 to your computer and use it in GitHub Desktop.

Select an option

Save thewh1teagle/e4872e59289551c68c4447be66312e31 to your computer and use it in GitHub Desktop.
save bandwidth when developing msys2 package

A tip to save some bandwidth, you can edit /etc/pacman.info, uncomment

#CacheDir    = /var/cache/pacman/pkg/

and set it to your original msys2 installation (unix-path), for example

CacheDir    = /c/msys64/var/cache/pacman/pkg/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment