diff --git a/programming/library/cbindgen/actions.py b/programming/library/cbindgen/actions.py index dd0c6b6a36..6a6cc55508 100644 --- a/programming/library/cbindgen/actions.py +++ b/programming/library/cbindgen/actions.py @@ -12,11 +12,12 @@ from pisi.actionsapi import get shelltools.export("CYTHON", "/usr/bin/cython3") def setup(): - shelltools.system("cargo fetch --locked --target x86_64-unknown-linux-gnu") + # shelltools.system("cargo fetch --locked --target x86_64-unknown-linux-gnu") + shelltools.system("cargo fetch --locked --target host-tuple") def build(): - shelltools.system("export CARGO_PROFILE_RELEASE_DEBUG=2 CARGO_PROFILE_RELEASE_STRIP=false") - shelltools.system("export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1") + # shelltools.system("export CARGO_PROFILE_RELEASE_DEBUG=2 CARGO_PROFILE_RELEASE_STRIP=false") + # shelltools.system("export CARGO_PROFILE_RELEASE_LTO=true CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1") shelltools.system("cargo build --release --frozen --all-targets") def check(): diff --git a/programming/library/cbindgen/pspec.xml b/programming/library/cbindgen/pspec.xml index a09bf544db..10d665569a 100644 --- a/programming/library/cbindgen/pspec.xml +++ b/programming/library/cbindgen/pspec.xml @@ -12,7 +12,7 @@ library A tool for generating C bindings to Rust code Rust koduna C bağlamaları oluşturmak için bir araç - https://github.com/eqrion/cbindgen/archive/v0.29.2.tar.gz + https://github.com/eqrion/cbindgen/archive/v0.29.4.tar.gz rust llvm @@ -41,6 +41,13 @@ + + 2026-06-25 + 0.29.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2026-06-10 0.29.2