Rezonality / zep

Zep - An embeddable editor, with optional support for using vim keystrokes.
Other
930 stars 70 forks source link

Prebuild fails because vcpkg version depends on expired packages #119

Open cristeigabriel opened 10 months ago

cristeigabriel commented 10 months ago

Describe the bug When you run prebuild.bat, it tries to download some packages from msys and some other mirror, but the packages are no longer present, therefore trying to run prebuild now will fail.

To Reproduce

  1. Delete vcpkg folder
  2. Get it again
  3. Run prebuild
  4. Profi-- fail.

Expected behavior Prebuild should not fail due to missing packages.

Desktop (please complete the following information):

Additional context Deleting vcpkg submodule, and cloning again, fixes the issue, and zep starts succesfully image

cristeigabriel commented 10 months ago

oops, i somehow missed the readme git subomdule command.

cristeigabriel commented 10 months ago

nevermind, it still appears actual post submodule update

cmaughan commented 10 months ago

This is weird: since the submodule is synced to a given build of vcpckg, it should always have the same modules. I will try it