Skip to content

Commit fecabc2

Browse files
Gate ARM SVE build behind base Linux build (facebookresearch#3701)
Summary: Pull Request resolved: facebookresearch#3701 Gating ARM SVE behind the plain vanilla linux x64 build like all the other builds. Reviewed By: mengdilin Differential Revision: D60425535 fbshipit-source-id: f2e082fbaa6ea1e314ffe0e2e7260c8634cab989
1 parent 4eeaa42 commit fecabc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
raft: ON
9191
linux-arm64-SVE-cmake:
9292
name: Linux arm64 SVE (cmake)
93+
needs: linux-x86_64-cmake
9394
runs-on: faiss-aws-r8g.large
9495
continue-on-error: true # non-blocking mode for now
9596
steps:

0 commit comments

Comments
 (0)