Add linux-x86_64-AVX2-cmake build
Summary: GitHub checks Reviewed By: junjieqi Differential Revision: D56733297 fbshipit-source-id: fe5a2ca7c67f36a4fe986af78fb6dc8f4f843150pull/3398/head
parent
7e1d2b1f55
commit
825cbac467
|
@ -17,3 +17,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- uses: ./.github/actions/build_cmake
|
||||
linux-x86_64-AVX2-cmake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- uses: ./.github/actions/build_cmake
|
||||
with:
|
||||
opt_level: avx2
|
||||
|
|
Loading…
Reference in New Issue