cbindgen-0.26.0 rebuild
This commit is contained in:
@@ -9,6 +9,8 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
shelltools.export("CYTHON", "/usr/bin/cython3")
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("cargo fetch --locked --target x86_64-unknown-linux-gnu")
|
shelltools.system("cargo fetch --locked --target x86_64-unknown-linux-gnu")
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
<Dependency versionFrom="1.71.0">rust</Dependency>
|
<Dependency versionFrom="1.71.0">rust</Dependency>
|
||||||
<Dependency>llvm</Dependency>
|
<Dependency>llvm</Dependency>
|
||||||
<Dependency>curl-devel</Dependency>
|
<Dependency>curl-devel</Dependency>
|
||||||
|
<!--test-->
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>cython3</Dependency>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">test.patch</Patch> -->
|
<!-- <Patch level="1">test.patch</Patch> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user