Skip to content

Commit 155065c

Browse files
algoriddlefacebook-github-bot
authored andcommitted
stop expensive osx arm64 builds on every diff (facebookresearch#2835)
Summary: Pull Request resolved: facebookresearch#2835 I don't think this provides much extra signal on top of Linux arm64, and we will still have the nightly. It's by far the most expensive to run, so let's save the $$$ and the planet. Reviewed By: mlomeli1 Differential Revision: D45389825 fbshipit-source-id: 63fa6b37f3f7505f118c75f03605c065f1ad51f1
1 parent 3704bbe commit 155065c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

-5
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,6 @@ workflows:
268268
- build_conda:
269269
name: Windows x86_64 (conda)
270270
exec: windows-x86_64-cpu
271-
- build_conda:
272-
name: OSX arm64 (conda)
273-
exec: macosx-arm64-cpu
274-
requires:
275-
- Linux arm64 (conda)
276271
- build_conda:
277272
name: Linux arm64 (conda)
278273
exec: linux-arm64-cpu

0 commit comments

Comments
 (0)