diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd415dfce8..bff1475679 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,15 +56,17 @@ jobs: opt_level: avx2 linux-x86_64-AVX512-cmake: name: Linux x86_64 AVX512 (cmake) - if: false # TODO: enable when GitHub Actions adds AVX-512 hosts + continue-on-error: true # non-blocking mode for now needs: linux-x86_64-cmake - runs-on: ubuntu-latest + runs-on: faiss-aws-m7i.xlarge steps: - name: Checkout + continue-on-error: true # non-blocking mode for now uses: actions/checkout@v4 - uses: ./.github/actions/build_cmake with: opt_level: avx512 + continue-on-error: true # non-blocking mode for now linux-x86_64-GPU-cmake: name: Linux x86_64 GPU (cmake) needs: linux-x86_64-cmake