tustvold commented on code in PR #7226: URL: https://github.com/apache/arrow-rs/pull/7226#discussion_r1977325538
########## .github/workflows/object_store.yml: ########## @@ -205,10 +205,12 @@ jobs: uses: ./.github/actions/setup-builder with: target: wasm32-unknown-unknown,wasm32-wasip1 + - name: Install clang (needed for ring) + run: apt-get update && apt-get install -y clang - name: Build wasm32-unknown-unknown run: cargo build --target wasm32-unknown-unknown - name: Build wasm32-wasip1 - run: cargo build --target wasm32-wasip1 + run: cargo build --all-features --target wasm32-wasip1 Review Comment: :tada: -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org