Closed mxaddict closed 2 years ago
Closing this as I think I found a less intrusive method of getting WSL to work
This fix was only working for linux and osx builds, mingw32 was failing still
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
Re-opening as the fix for removing the WSL path values only works for osx and linux build on WSL, ironically windows builds on WSL were still failing.
Just did a WSL build for mingw32 and ran the navcoin-qt.exe from WSL CLI and worked good:
Waiting on gitian build to see if this breaks anything in the build process.
A new build of 28dea21a3c464508d958785f81c5fca0745fe502 has completed succesfully! Binaries available at https://build.nav.community/binaries/fix-libgmp-depends-for-wsl
Requires #891 NOTE: Just need to make sure that gitian build on Ubuntu/Gitian still work with this change