Skip to content

Commit e6183e6

Browse files
committed
rust191: update to rust version 1.91.1.
Pkgsrc changes: * Re-enable the powerpc build in do-cross.mk. * Update version & checksums. Noteable failures at the time of commit: * The cross-build for armv6 fails, reported upstream at rust-lang/rust#148464 Upstream changes relative to 1.91.0: Version 1.91.1 (2025-11-10) =========================== - [Enable file locking support in illumos] (rust-lang/rust#148322). This fixes Cargo not locking the build directory on illumos. - [Fix `wasm_import_module` attribute cross-crate] (rust-lang/rust#148363). This fixes linker errors on WASM targets.
1 parent b14bc40 commit e6183e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust191/do-cross.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ V_NOREV!= make show-var VARNAME=PKGVERSION_NOREV
88
SHORT_TARGETS+= armv7
99
#SHORT_TARGETS+= armv6
1010
SHORT_TARGETS+= sparc64
11-
#SHORT_TARGETS+= powerpc
11+
SHORT_TARGETS+= powerpc
1212
SHORT_TARGETS+= arm64
1313
SHORT_TARGETS+= arm64_be
1414
SHORT_TARGETS+= i386

0 commit comments

Comments
 (0)