This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch fix-gcs
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit c26eecb2f0e3a0239094968495b804d752355252
Author: Xuanwo <[email protected]>
AuthorDate: Mon Dec 25 11:53:06 2023 +0800

    Add CI
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6bd9a3b84..cdf452be7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -293,7 +293,7 @@ jobs:
           )
           cargo build --features "${FEATURES[*]}"
 
-  # We only support some services(see `available_services` below) for now, but 
we will extend wasm support for other services.
+  # We only support some services(see `available_services` below) for now.
   build_under_wasm:
     runs-on: ubuntu-latest
     steps:
@@ -304,14 +304,13 @@ jobs:
           github-token: ${{ secrets.GITHUB_TOKEN }}
       - name: Build
         run: |
-          available_services=(
+          FEATURES=(
             services-azblob
             services-gdrive
             services-s3
           )
-          IFS=","
           rustup target add wasm32-unknown-unknown
-          cargo build --target wasm32-unknown-unknown --no-default-features 
--features="${available_services[*]}"
+          cargo build --target wasm32-unknown-unknown --no-default-features 
--features="${FEATURES[*]}"
 
   unit:
     runs-on: ubuntu-latest

Reply via email to