Skip to content

Commit 31e7f41

Browse files
Disable AVX2 on nightly builds. (#358)
* Disable AVX2 on nightly builds. * Update nightly.yml
1 parent 7970cab commit 31e7f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222
include:
23-
- BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --force-build-all-deps --enable-vcpkg
23+
- BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --disable-avx2 --enable-vcpkg
2424
- os: ubuntu-latest
2525
platform: linux-x86_64
2626
- os: macos-latest
2727
platform: macos-x86_64
2828
- os: windows-latest
2929
platform: windows-x86_64
30-
BOOTSTRAP: ../bootstrap.ps1 -EnableS3 -EnableSerialization -EnableBuildDeps -EnableVcpkg
30+
BOOTSTRAP: ../bootstrap.ps1 -EnableS3 -EnableSerialization -EnableVcpkg
3131
- tag: dev
3232
tag: [release-2.18, dev]
3333
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)