Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate artefact collection; build for all VS & clang versions #18

Merged
merged 22 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c418ede
resort variables in cbc.yaml
h-vetinari Apr 10, 2023
bf2deb0
update FINAL_C{,XX}FLAGS
h-vetinari Apr 10, 2023
7ad2bec
document variables in cbc.yaml
h-vetinari Apr 10, 2023
23d3767
sync spelling of VS-variables with vc-feedstock
h-vetinari Apr 10, 2023
92002c3
break up CHOST into CHOST_BASE & CL_VERSION
h-vetinari Apr 10, 2023
3e2aa48
cbc-ify WINSDK_URL
h-vetinari Apr 10, 2023
0fc861e
don't fail if activate.d folder exists already
h-vetinari Apr 10, 2023
10a7739
automate component collection for activate-msvc-headers-libs.sh
h-vetinari Apr 10, 2023
37b8e2c
clean up build/host deps
h-vetinari Apr 10, 2023
d02e6da
bump build number
h-vetinari Apr 10, 2023
55f3a36
add myself to maintainers
h-vetinari Apr 10, 2023
4e152d0
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 10, 2023
1c9cc8d
build for all VS versions; update SDK
h-vetinari Apr 10, 2023
63098a3
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 10, 2023
89a4037
build for all active clang versions in conda-forge
h-vetinari Apr 10, 2023
0fcfdf5
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 10, 2023
45b2f37
keep `@CHOST@` in activation scripts
h-vetinari Apr 10, 2023
4aed2bf
turn download utility into proper source
h-vetinari Apr 12, 2023
5a5d833
remove clang 14 & VS 2017 from matrix
h-vetinari Apr 12, 2023
b2fc80f
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 12, 2023
1673641
ensure variables in install-pkg.sh get picked up correctly by smithy
h-vetinari Apr 12, 2023
e1f9956
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 12, 2023
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
36 changes: 8 additions & 28 deletions .azure-pipelines/azure-pipelines-linux.yml

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

31 changes: 8 additions & 23 deletions .azure-pipelines/azure-pipelines-osx.yml

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

15 changes: 0 additions & 15 deletions .azure-pipelines/azure-pipelines-win.yml

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CL_VERSION:
- 19.29.30139
h-vetinari marked this conversation as resolved.
Show resolved Hide resolved
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
Expand Down Expand Up @@ -31,7 +29,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CL_VERSION
- - TOOLCHAIN_COMBINED
- TOOLCHAIN_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CL_VERSION:
- 19.29.30139
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
Expand Down Expand Up @@ -31,7 +29,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CL_VERSION
- - TOOLCHAIN_COMBINED
- TOOLCHAIN_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CL_VERSION:
- 19.34.31933
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
Expand Down Expand Up @@ -31,7 +29,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CL_VERSION
- - TOOLCHAIN_COMBINED
- TOOLCHAIN_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CL_VERSION:
- 19.34.31933
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
Expand Down Expand Up @@ -31,7 +29,6 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CL_VERSION
- - TOOLCHAIN_COMBINED
- TOOLCHAIN_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Loading