Skip to content

Commit eda8723

Browse files
authored
Merge pull request #26238 from carterbox/stdlib-channel-pinnings
BUG: Add missing channel pinnings
2 parents e7770e1 + 2608523 commit eda8723

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.ci_support/linux64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
c_stdlib_version:
22
- 2.17
3+
c_stdlib:
4+
- sysroot
35
cdt_name:
46
- cos7
57
c_compiler:

.ci_support/linux64_cuda118.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cxx_compiler_version:
1414
- 11
1515
fortran_compiler_version:
1616
- 11
17+
c_stdlib:
18+
- sysroot
1719
c_stdlib_version:
1820
- 2.17
1921
cdt_name:

.ci_support/linux64_cuda120.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cxx_compiler_version:
1414
- 12
1515
fortran_compiler_version:
1616
- 12
17+
c_stdlib:
18+
- sysroot
1719
c_stdlib_version:
1820
- 2.17
1921
cdt_name:

.ci_support/osx64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ c_compiler:
22
- clang
33
cxx_compiler:
44
- clangxx
5+
c_stdlib:
6+
- macosx_deployment_target
57
fortran_compiler:
68
- gfortran
79
go_compiler:

.ci_support/win64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
go_compiler:
22
- go-nocgo
3+
c_stdlib:
4+
- vs
35
cgo_compiler:
46
- go-cgo
57
channel_sources:

0 commit comments

Comments
 (0)