We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970cab commit 31e7f41Copy full SHA for 31e7f41
.github/workflows/nightly.yml
@@ -20,14 +20,14 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
include:
23
- - BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --force-build-all-deps --enable-vcpkg
+ - BOOTSTRAP: ../bootstrap --enable-s3 --enable-serialization --disable-avx2 --enable-vcpkg
24
- os: ubuntu-latest
25
platform: linux-x86_64
26
- os: macos-latest
27
platform: macos-x86_64
28
- os: windows-latest
29
platform: windows-x86_64
30
- BOOTSTRAP: ../bootstrap.ps1 -EnableS3 -EnableSerialization -EnableBuildDeps -EnableVcpkg
+ BOOTSTRAP: ../bootstrap.ps1 -EnableS3 -EnableSerialization -EnableVcpkg
31
- tag: dev
32
tag: [release-2.18, dev]
33
runs-on: ${{ matrix.os }}
0 commit comments