Skip to content

Commit 0e64ab6

Browse files
committed
Revert "Attempt OS X binaries"
This reverts commit c2fc079.
1 parent 5ad6d2e commit 0e64ab6

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,6 @@ jobs:
3636
- store_artifacts:
3737
path: /opt/conda/conda-bld/linux-64
3838

39-
binary_macos_wheel:
40-
parameters:
41-
<<: *param_target_commit
42-
macos:
43-
xcode: "9.0"
44-
resource_class: 2xlarge+
45-
steps:
46-
- checkout
47-
- run: TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/wheel/osx_wheel.sh
48-
- store_artifacts:
49-
path: $HOME/torchaudio_wheels
50-
51-
binary_macos_conda:
52-
parameters:
53-
<<: *param_target_commit
54-
macos:
55-
xcode: "9.0"
56-
resource_class: 2xlarge+
57-
steps:
58-
- checkout
59-
# TODO: This needs a conda install...
60-
- run: TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/conda/build_audio.sh
61-
- store_artifacts:
62-
path: $HOME/miniconda3/conda-bld/osx-64
63-
6439
workflows:
6540
build:
6641
jobs:

0 commit comments

Comments
 (0)