Depends & update
This commit is contained in:
parent
6de9665063
commit
9d255103fe
@ -34,7 +34,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- dpkg --add-architecture armel
|
- dpkg --add-architecture armel
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y crossbuild-essential-armel libdbus-1-dev:armel --no-install-recommends
|
- apt-get install -y crossbuild-essential-armel libdbus-1-dev:armel libsystemd0:armel --no-install-recommends
|
||||||
- rustup target add arm-unknown-linux-gnueabi
|
- rustup target add arm-unknown-linux-gnueabi
|
||||||
- PKG_CONFIG=arm-linux-gnueabi-pkg-config CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_LINKER=arm-linux-gnueabi-gcc cargo build --release --target arm-unknown-linux-gnueabi
|
- PKG_CONFIG=arm-linux-gnueabi-pkg-config CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABI_LINKER=arm-linux-gnueabi-gcc cargo build --release --target arm-unknown-linux-gnueabi
|
||||||
- mv target/arm-unknown-linux-gnueabi/release/alma alma-arm
|
- mv target/arm-unknown-linux-gnueabi/release/alma alma-arm
|
||||||
|
721
Cargo.lock
generated
721
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@ -5,16 +5,16 @@ authors = ["Roey Darwish Dror, PurpleCow"]
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
which = "4.4"
|
which = "7.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
toml = "0.7"
|
toml = "0.8"
|
||||||
byte-unit = "4.0"
|
byte-unit = "5.1"
|
||||||
nix = "0.26"
|
nix = "0.29"
|
||||||
env_logger = "0.10"
|
env_logger = "0.11"
|
||||||
pretty_env_logger = "0.5"
|
pretty_env_logger = "0.5"
|
||||||
dialoguer = "0.10"
|
dialoguer = "0.11"
|
||||||
console = "0.15"
|
console = "0.15"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user