suyanhanx commented on code in PR #3806:
URL:
https://github.com/apache/incubator-opendal/pull/3806#discussion_r1435127645
##########
.github/workflows/ci.yml:
##########
@@ -305,7 +305,7 @@ jobs:
- name: Build
run: |
rustup target add wasm32-unknown-unknown
- cargo build --target wasm32-unknown-unknown --no-default-features
--features=services-s3
+ cargo build --target wasm32-unknown-unknown --no-default-features
--features=services-s3,services-azblob
Review Comment:
We could set a new feature flag for wasm32.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]