Skip to content

Commit

Permalink
stop expensive osx arm64 builds on every diff (facebookresearch#2835)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
algoriddle authored and facebook-github-bot committed Apr 28, 2023
1 parent 3704bbe commit 155065c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,6 @@ workflows:
- build_conda:
name: Windows x86_64 (conda)
exec: windows-x86_64-cpu
- build_conda:
name: OSX arm64 (conda)
exec: macosx-arm64-cpu
requires:
- Linux arm64 (conda)
- build_conda:
name: Linux arm64 (conda)
exec: linux-arm64-cpu
Expand Down

0 comments on commit 155065c

Please sign in to comment.