-
Notifications
You must be signed in to change notification settings - Fork 812
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
azblob: fails to build on Dragonfly #3266
Comments
What's the error? Is it still in If so, please file a bug for them. All I can do is update the dependency. In #3261 you said "This is fixed upstream" so I assumed that updating all dependencies would fix it. If it hasn't, can you be more specific about what "upstream" is? |
So, the errors are the same
When I said "fixed upstream" I meant that the issue I opened in the Azure repo above was closed as fixed with a commit, but I guess that fix hasn't made it into a release yet (I haven't checked). So, the more general problem is that we (that includes me) don't test these build tags as part of the daily CI builds, so we end up getting these errors very late when we do a binary release. I will try to fix this on my end so I don't have to "revert go-cloud" so frequently. |
Upstream issue: Azure/azure-sdk-for-go#20885 |
SGTM. Can you link to the Azure issue you're referring to? I don't know how to test on Dragonfly; https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#choosing-github-hosted-runners doesn't include it. |
@vangent the link is in my comment above (Azure/azure-sdk-for-go#20885). As to testing, I'm more referring to the smoke tests in the form of |
Can you point me to the Hugo smoke tests that manage that? I tried this locally and got an error but a different one than you quoted:
|
There's none. I will try to add some, but currently this fail on release. I have had to revert the |
OK, how about how you reproduced the error above? I can't do it locally. |
@vangent I'm out travelling, but will add one such test to the Hugo CLI tests when I get back home. And, looking at this issue, I should have done that before opening this issue, but I'm learning. |
I have added Which fails on "bump gocloud.dev from 0.24.0 to 0.30.0" gohugoio/hugo#11172 https://github.com/gohugoio/hugo/actions/runs/5432106017/jobs/9878929559?pr=11172 |
I tried to do the same, but it seemed to pass: Any idea what I've done wrong? |
Ah, I got it to fail, I needed It doesn't look like the Azure fix has been pushed yet. |
I looked, it's not in a released tag. I'm closing this issue; Dragonfly is rather exotic, and I have a test for it and I can just wait for a version that goes green. |
The next build should work. |
Even in v0.30.0
See #3261
The text was updated successfully, but these errors were encountered: