File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
4
* Mon Jan 25 2021 Matti Kosola <matti.kosola@jolla.com> - 1.44.0+git8
2
5
- Do not require specific version of rust-std-static-i686-unknown-linux-gnu package. JB#50499
3
6
- Remove cross package build requirements to avoid build loop. JB#50499
Original file line number Diff line number Diff line change 36
36
%global rust_aarch64_triple aarch64 -unknown-linux-gnu
37
37
%global rust_x86_triple i686-unknown-linux-gnu
38
38
39
- %define build_aarch64 0
39
+ %define build_aarch64 1
40
40
41
41
%global python python3
42
42
43
43
# LLDB isn't available everywhere...
44
44
%bcond_without lldb
45
45
46
46
Name: rust
47
- Version: %{rust_version }+git8
47
+ Version: %{rust_version }+git9
48
48
Release: 1
49
49
Summary: The Rust Programming Language
50
50
License: (ASL 2.0 or MIT ) and (BSD and MIT )
You can’t perform that action at this time.
0 commit comments