Skip to content

Commit

Permalink
[ignore] Test wasm build trigger (#66)
Browse files Browse the repository at this point in the history
* test wasm build trigger

* use remote docker for coverage

* clean up modules toml

* formatting
  • Loading branch information
CyberHoward authored Sep 11, 2023
1 parent b004730 commit 86e3ce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- image: cimg/rust:1.72.0
resource_class: xlarge
steps:
# - setup_remote_docker:
# version: 20.10.14
- setup_remote_docker:
version: 20.10.14
- checkout
- run:
name: Run tests with coverage for modules
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wasm-builder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CircleCI Wasm Builder

# Job that updates the wasms of the mono-repo after a PR is merged to main.
# Or if it is triggerd manually.

on:
workflow_dispatch:
Expand Down
8 changes: 0 additions & 8 deletions modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ members = [
"packages/bundles/wyndex",
]

# Enable the version 2 feature resolver, which avoids unifying features for targets that are not being built
#
# Critically this prevents dev-dependencies from enabling features even when not building a target that
# uses dev-dependencies, e.g. the library crate. This in turn ensures that we can catch invalid feature
# flag combinations that would otherwise only surface in dependent crates
#
# Reference - https://doc.rust-lang.org/nightly/cargo/reference/features.html#feature-resolver-version-2
# See - /~https://github.com/apache/arrow-rs/pull/1822/files
resolver = "2"

[workspace.package]
Expand Down

0 comments on commit 86e3ce2

Please sign in to comment.