Skip to content

Commit ceb7945

Browse files
authored
Merge pull request #9 from sailfishos/aarch64-cross
Enable aarch64 build for rust cross.
2 parents 7ec59f9 + 80067ec commit ceb7945

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

rust.changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Fri Jan 25 2021 Niels Breet <niels.breet@jolla.com> - 1.44.0+git9
2+
- [aarch64] Enable aarch64 build for rust cross. JB#50499
3+
14
* Mon Jan 25 2021 Matti Kosola <matti.kosola@jolla.com> - 1.44.0+git8
25
- Do not require specific version of rust-std-static-i686-unknown-linux-gnu package. JB#50499
36
- Remove cross package build requirements to avoid build loop. JB#50499

rust.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
%global rust_aarch64_triple aarch64-unknown-linux-gnu
3737
%global rust_x86_triple i686-unknown-linux-gnu
3838

39-
%define build_aarch64 0
39+
%define build_aarch64 1
4040

4141
%global python python3
4242

4343
# LLDB isn't available everywhere...
4444
%bcond_without lldb
4545

4646
Name: rust
47-
Version: %{rust_version}+git8
47+
Version: %{rust_version}+git9
4848
Release: 1
4949
Summary: The Rust Programming Language
5050
License: (ASL 2.0 or MIT) and (BSD and MIT)

0 commit comments

Comments
 (0)