cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
764 stars 214 forks source link

Building cardano-wallet fails on Windows: 'specifications/api/swagger.yaml' does not match any files. #3677

Open Displee opened 1 year ago

Displee commented 1 year ago

Just checking...

Version

2022.12.14

Platform

Windows 10/11

Installation method

Built from source

Network configuration

Not configured

Context

I'm getting the following error:

cabal-3.6.2.0.exe: sdist of cardano-wallet-2022.12.14: filepath wildcard
'specifications/api/swagger.yaml' does not match any files.

Description

To reproduce:

  1. Get on a Windows 10/11 machine
  2. Clone the repo
  3. Run cabal build
Displee commented 1 year ago

I worked around this by installing WSL and running Ubuntu and doing everything in there.