Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit f02d22d

Browse files
committed
Disable safari build that can't work in docker
Full macos build will happen with #203.
1 parent a4c245c commit f02d22d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,6 @@ jobs:
141141
name: Run all tests
142142
working_directory: "examples/spawn-chain"
143143
command: wasm-pack test --firefox --headless
144-
safari_examples_spawn_chain_test:
145-
docker:
146-
# `kronicdeth` is temporary until we get a DockerHub organization
147-
- image: kronicdeth/lumen-development
148-
environment:
149-
CARGO_HOME: cargo
150-
steps:
151-
- attach_workspace:
152-
at: .
153-
- run:
154-
name: Run all tests
155-
working_directory: "examples/spawn-chain"
156-
command: wasm-pack test --safari --headless
157144
x86_64_examples_spawn_chain_test:
158145
docker:
159146
# `kronicdeth` is temporary until we get a DockerHub organization
@@ -383,8 +370,5 @@ workflows:
383370
- firefox_examples_spawn_chain_test:
384371
requires:
385372
- wasm32_build
386-
- safari_examples_spawn_chain_test:
387-
requires:
388-
- wasm32_build
389373

390374

0 commit comments

Comments
 (0)