Skip to content

Commit 6277aaa

Browse files
committed
fix: pixi build pixi
1 parent 96e6f8c commit 6277aaa

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

pixi.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ preview = ["pixi-build"]
1212
requires-pixi = ">=0.45"
1313

1414
[workspace.target.linux-64.build-variants]
15-
c_stdlib = ["sysroot"]
16-
c_stdlib_version = ["2.34"]
15+
#c_stdlib = ["sysroot"]
16+
c_stdlib_version = ["2.17"]
1717

1818
[dependencies]
1919
cargo-insta = "*"
@@ -258,11 +258,6 @@ zig = ">=0.15.1,<0.16"
258258
[feature.pixi-build.dependencies]
259259
pixi = { path = "." }
260260

261-
[feature.pixi-build.system-requirements]
262-
libc = "2.34"
263-
264-
[system-requirements]
265-
libc = "2.34"
266261

267262
#
268263
# Environment descriptions
@@ -309,3 +304,6 @@ name = "pixi"
309304
[package.build]
310305
backend = { name = "pixi-build-rust", version = "*" }
311306
source = { path = "crates/pixi" }
307+
308+
[package.target.unix.build-dependencies]
309+
clang = "*"

0 commit comments

Comments
 (0)