Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 12 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 24 additions & 36 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 12 additions & 18 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ CHOST_BASE:
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.40.33808
- 19.41.34120
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.40.33807
- 14.41.34120
RUNTIME_VERSION:
- 14.40.33810
TOOLCHAIN_COMBINED:
- 14.40.17.10
- 14.41.17.11
VCVER:
- '14.3'
WINSDK_URL:
Expand All @@ -33,9 +33,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ CHOST_BASE:
CLANG_VERSION:
- 18.1.8
CL_VERSION:
- 19.40.33808
- 19.41.34120
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.40.33807
- 14.41.34120
RUNTIME_VERSION:
- 14.40.33810
TOOLCHAIN_COMBINED:
- 14.40.17.10
- 14.41.17.11
VCVER:
- '14.3'
WINSDK_URL:
Expand All @@ -33,9 +33,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Loading