-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable building with go1.10 for release #4785
Conversation
License: MIT Signed-off-by: Jeromy <[email protected]>
Our whole CI uses Go1.10... |
We can have Jenkins build both go1.9 and go1.10 for you if you want? Easier to track progress |
@victorbjelkholm unfortunately for some reason the problems are not showing up in our tests. So for time being building with Go 1.10 won't help much. |
looks like jenkins is running 1.9 |
@whyrusleeping looks like that build tag didin't work |
@Kubuxu it looks like it did work. All the tests failed |
Yes but Jenkins is using Go 1.9 on master. Otherwise we would have noticed long time ago as there was one more test failing apart from one I've added in #4790 |
As I understand, the issue applies to very basic usage of |
@victorbjelkholm in short terms yes. |
@victorbjelkholm main fix is #4790 the #4793 is fixing the patter in other places across the codebase but as far as we know nothing else is broken. The bug arose because of bad usage of |
Something in go1.10 breaks ipfs in some way. This prevents people from building the release on their own and complaining when things break. We will remove this as soon as the 0.4.15 cycle starts.
License: MIT
Signed-off-by: Jeromy [email protected]