-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
Compilation failing due to change in Azure library #24396
Comments
can you give more information about how you build and your environment? |
What version of |
The Geth + build dependencies are pinned in |
We discussed that we should update the Azure dependency soon in order to not break projects that use geth as a library |
update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396.
fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396.
…Azure/azure-sdk-for-go/sdk/storage/azblob. (#24473) * go.mod: update azure-storage-blob-go update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation #24396. * internal/build: fix for breaking changes of azure-storage-blob-go fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation #24396. * internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. * internal/build refactor appending BlobItems * internal/build: fix azure blobstore client to include container id Co-authored-by: Péter Szilágyi <[email protected]>
|
The Azure libraries have been bumped to latest on master. |
…Azure/azure-sdk-for-go/sdk/storage/azblob. (ethereum#24473) * go.mod: update azure-storage-blob-go update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: fix for breaking changes of azure-storage-blob-go fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. * internal/build refactor appending BlobItems * internal/build: fix azure blobstore client to include container id Co-authored-by: Péter Szilágyi <[email protected]>
…Azure/azure-sdk-for-go/sdk/storage/azblob. (ethereum#24473) * go.mod: update azure-storage-blob-go update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: fix for breaking changes of azure-storage-blob-go fix for breaking changes of update Azure/azure-storage-blob-go from v0.7.0 to v0.14.0. relation ethereum#24396. * internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. * internal/build refactor appending BlobItems * internal/build: fix azure blobstore client to include container id Co-authored-by: Péter Szilágyi <[email protected]>
Compilation errors due to change in Azure library "github.com/Azure/azure-storage-blob-go/azblob"
In /build/ci.go : func doPurge()
Line 1241: blobs[i].Name undefined (type invalid type has no field or method Name)
In /internal/build/azure.go
line 73: BlobItem not declared by package
And others ....
The text was updated successfully, but these errors were encountered: