Skip to content

Commit a1ff1a0

Browse files
authored
fix: use 2.17 sysroot (#473)
1 parent c5db31d commit a1ff1a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

recipe/testsuite-backends/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cache:
1414
build:
1515
- ${{ compiler("rust") }}
1616
- ${{ stdlib("c") }}
17-
- python 3.13.*
17+
- python
1818
host:
1919
- liblzma
2020

@@ -121,11 +121,11 @@ outputs:
121121

122122
requirements:
123123
host:
124-
- python 3.13.*
124+
- python
125125
- hatchling
126126
- pip
127127
run:
128-
- python 3.13.*
128+
- python
129129
- rosdistro
130130
- catkin_pkg
131131
- pydantic

recipe/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a semi distilled variant config from conda-forge.
22
#
3-
# It adds sysroot (2.34) for linux, macosx_deployment_target for osx
3+
# It adds sysroot (2.17) for linux, macosx_deployment_target for osx
44
# and uses vs2022 for windows.
55
#
66
c_stdlib:
@@ -12,7 +12,7 @@ c_stdlib:
1212
then: vs
1313
c_stdlib_version:
1414
- if: linux
15-
then: 2.34
15+
then: 2.17
1616
- if: osx and x86_64
1717
then: 10.13
1818
- if: osx and arm64

0 commit comments

Comments
 (0)