mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
stop expensive osx arm64 builds on every diff (#2835)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/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
This commit is contained in:
parent
3704bbe4a7
commit
155065c8c4
@ -268,11 +268,6 @@ workflows:
|
|||||||
- build_conda:
|
- build_conda:
|
||||||
name: Windows x86_64 (conda)
|
name: Windows x86_64 (conda)
|
||||||
exec: windows-x86_64-cpu
|
exec: windows-x86_64-cpu
|
||||||
- build_conda:
|
|
||||||
name: OSX arm64 (conda)
|
|
||||||
exec: macosx-arm64-cpu
|
|
||||||
requires:
|
|
||||||
- Linux arm64 (conda)
|
|
||||||
- build_conda:
|
- build_conda:
|
||||||
name: Linux arm64 (conda)
|
name: Linux arm64 (conda)
|
||||||
exec: linux-arm64-cpu
|
exec: linux-arm64-cpu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user