Skip to content

Commit

Permalink
Gate ARM SVE build behind base Linux build (#3701)
Browse files Browse the repository at this point in the history
Summary:

Gating ARM SVE behind the plain vanilla linux x64 build like all the other builds.

Differential Revision: D60425535
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed Jul 30, 2024
1 parent 4eeaa42 commit 3d350c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
raft: ON
linux-arm64-SVE-cmake:
name: Linux arm64 SVE (cmake)
needs: linux-x86_64-cmake
runs-on: faiss-aws-r8g.large
continue-on-error: true # non-blocking mode for now
steps:
Expand Down

0 comments on commit 3d350c9

Please sign in to comment.