maturin: update to 0.12.9.
This commit is contained in:
parent
93ff387d2e
commit
8cbfb4387c
@ -1,6 +1,6 @@
|
||||
--- a/target-lexicon/src/targets.rs
|
||||
+++ b/target-lexicon/src/targets.rs
|
||||
@@ -26,6 +26,7 @@
|
||||
@@ -29,6 +29,7 @@
|
||||
Msp430,
|
||||
Nvptx64,
|
||||
Powerpc,
|
||||
@ -8,7 +8,7 @@
|
||||
Powerpc64,
|
||||
Powerpc64le,
|
||||
Riscv32(Riscv32Architecture),
|
||||
@@ -517,6 +518,7 @@
|
||||
@@ -533,6 +534,7 @@
|
||||
| Mips64(Mips64Architecture::Mipsisa64r6el)
|
||||
| Msp430
|
||||
| Nvptx64
|
||||
@ -16,15 +16,15 @@
|
||||
| Powerpc64le
|
||||
| Riscv32(_)
|
||||
| Riscv64(_)
|
||||
@@ -553,6 +555,7 @@
|
||||
| Sparc
|
||||
| Wasm32
|
||||
@@ -574,6 +576,7 @@
|
||||
| M68k
|
||||
| Mips32(_)
|
||||
| Powerpc
|
||||
+ | PowerpcLe
|
||||
| Powerpc => Ok(PointerWidth::U32),
|
||||
| XTensa => Ok(PointerWidth::U32),
|
||||
AmdGcn
|
||||
| Powerpc64le
|
||||
@@ -737,6 +740,7 @@
|
||||
| Bpfeb
|
||||
@@ -763,6 +766,7 @@
|
||||
Msp430 => f.write_str("msp430"),
|
||||
Nvptx64 => f.write_str("nvptx64"),
|
||||
Powerpc => f.write_str("powerpc"),
|
||||
@ -32,7 +32,7 @@
|
||||
Powerpc64 => f.write_str("powerpc64"),
|
||||
Powerpc64le => f.write_str("powerpc64le"),
|
||||
Riscv32(riscv32) => riscv32.fmt(f),
|
||||
@@ -913,6 +917,7 @@
|
||||
@@ -943,6 +947,7 @@
|
||||
"msp430" => Msp430,
|
||||
"nvptx64" => Nvptx64,
|
||||
"powerpc" => Powerpc,
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'maturin'
|
||||
pkgname=maturin
|
||||
version=0.12.6
|
||||
version=0.12.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
@ -16,9 +16,9 @@ license="Apache-2.0, MIT"
|
||||
homepage="https://github.com/PyO3/maturin"
|
||||
# bump target-lexicon version if it changes in Cargo.lock
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz>target-lexicon-${version}.tar.gz"
|
||||
checksum="8642e6a64bd088930e666e930102db57b13bc652cc3498f5c2ddebd6359d059a
|
||||
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27"
|
||||
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.3.tar.gz>target-lexicon-${version}.tar.gz"
|
||||
checksum="26b094c20c9939cc9df5632b4b8d8921c4086b27a4867b439297e616f5781716
|
||||
30ef841ec97532172726787ef9cac3b0cbf565dfdda4b6311e6414ffe63bef3e"
|
||||
# Tests use unstable features and fail to build
|
||||
make_check=no
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user