You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
Which was causing the files to be tested. This did work with 1.15 but does not work with 1.16 since they actually need to be compiled. This build tag requires cgo and a library installed so does not compile with 1.16.
I've removed the build tag from the config file and now pass it in from the Makefile when appropriate.
I do think this is a regression, but I'm going to close this since I've figured out a work-around and I expect you've got enough on your plate :-)
Since v1.16.0 was released, my checks have been failing like this
Eg https://golangci.com/r/github.com/ncw/rclone/pulls/3101
What appears to be happening is that it is trying to compile cgo code and failing because the FUSE library isn't installed.
This is guarded by a build tag
cmount
so isn't built normally.I'm not sure how to fix this. It is certainly a regression since v1.15.0 worked just fine, but perhaps there is something I can do?
Thanks for a great tool
The text was updated successfully, but these errors were encountered: