boramalper / magnetico

Autonomous (self-hosted) BitTorrent DHT search engine suite.
http://labs.boramalper.org/magnetico/
GNU Affero General Public License v3.0
3.06k stars 344 forks source link

Fix dep URL on AppVeyor CI #229

Closed ad-m closed 3 years ago

lruggieri commented 5 years ago

We should move from dep to modules

ad-m commented 5 years ago

I don't know Go enough to switch from dep to modules whole project.

ad-m commented 5 years ago

I don't have idea about minigw issue :-/

lruggieri commented 5 years ago

I don't have idea about minigw issue :-/

go-sqlite3 is using gco, which enables calling C libraries in go packages. There is likely some gcc problem in mingw. I tried with cygwin also but there are even more issues...

Is it worth having a windows CI? Users who wants to run magnetico on Windows can always use the Docker version

boramalper commented 5 years ago

@ad-m What is the latest status? Does AppVeyor work again with this PR?

boramalper commented 3 years ago

I am closing this since we have switched to modules instead. I'll try to fix appveyor myself.