Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ jobs:
environment:
EMTEST_SKIP_NODE_25: "1"
EMTEST_SKIP_RUST: "1"
EMTEST_SKIP_WASM64: "1"
EMTEST_SKIP_NEW_CMAKE: "1"
steps:
- install-rust
Expand Down Expand Up @@ -1226,9 +1225,6 @@ jobs:
# https://github.com/emscripten-core/emscripten/pull/11382#pullrequestreview-428902638
EMTEST_LACKS_NATIVE_CLANG: "1"
EMTEST_SKIP_V8: "1"
EMTEST_SKIP_WASM_LEGACY_EH: "1"
EMTEST_SKIP_WASM_EH: "1"
EMTEST_SKIP_WASM64: "1"
EMTEST_SKIP_SCONS: "1"
EMTEST_SKIP_RUST: "1"
EMTEST_SKIP_NODE_25: "1"
Expand Down Expand Up @@ -1271,9 +1267,6 @@ jobs:
# We don't install d8 or modern node on the mac runner so we skip any
# tests that depend on those.
EMTEST_SKIP_V8: "1"
EMTEST_SKIP_WASM_LEGACY_EH: "1"
EMTEST_SKIP_WASM_EH: "1"
EMTEST_SKIP_WASM64: "1"
EMTEST_SKIP_SCONS: "1"
EMTEST_SKIP_MESON: "1"
EMTEST_SKIP_RUST: "1"
Expand Down
Loading