cbindgen ver. bump
This commit is contained in:
@@ -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():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A tool for generating C bindings to Rust code</Summary>
|
||||
<Description>Rust koduna C bağlamaları oluşturmak için bir araç</Description>
|
||||
<Archive sha1sum="3214fbd366da2a910629c1dc72dfbb9dd73ff41b" type="targz" name="cbindgen-0.29.2.tar.gz">https://github.com/eqrion/cbindgen/archive/v0.29.2.tar.gz</Archive>
|
||||
<Archive sha1sum="fef47f4ecc1a1b8082bf4086e7046881921f6659" type="targz" name="cbindgen-0.29.4.tar.gz">https://github.com/eqrion/cbindgen/archive/v0.29.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.96.0">rust</Dependency>
|
||||
<Dependency>llvm</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="41">
|
||||
<Date>2026-06-25</Date>
|
||||
<Version>0.29.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="40">
|
||||
<Date>2026-06-10</Date>
|
||||
<Version>0.29.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user