mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Fixes for rust (1.65)
During updating rust to 1.65 I found that 'lfsmake2 rust' appeared twice and removed the second - obsolete - call. 'rust-cipher' now requires 'rust-crypto-common', but was called later in the build sequence. => Moved 'rust-crypto-common' just before 'rust-cipher'. [Thanks Adolf! ;-)] Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
7bb36910f4
commit
1e538a2e19
3
make.sh
3
make.sh
@@ -1211,7 +1211,6 @@ buildipfire() {
|
||||
lfsmake2 libqmi
|
||||
lfsmake2 pam
|
||||
lfsmake2 c-ares
|
||||
lfsmake2 rust
|
||||
lfsmake2 rust-dissimilar
|
||||
lfsmake2 rust-cfg-if
|
||||
lfsmake2 rust-libc
|
||||
@@ -1219,6 +1218,7 @@ buildipfire() {
|
||||
lfsmake2 rust-typenum
|
||||
lfsmake2 rust-version-check
|
||||
lfsmake2 rust-generic-array
|
||||
lfsmake2 rust-crypto-common
|
||||
lfsmake2 rust-cipher
|
||||
lfsmake2 rust-hex
|
||||
lfsmake2 rust-unicode-xid
|
||||
@@ -1245,7 +1245,6 @@ buildipfire() {
|
||||
lfsmake2 rust-serde_json
|
||||
lfsmake2 rust-synstructure
|
||||
lfsmake2 rust-block-buffer
|
||||
lfsmake2 rust-crypto-common
|
||||
lfsmake2 rust-digest
|
||||
lfsmake2 rust-ppv-lite86
|
||||
lfsmake2 rust-rand_core
|
||||
|
||||
Reference in New Issue
Block a user