forked from gorb/backend
Compare commits
No commits in common. "3e49b349e84546ae0b9fe7bc1b44cb57e4f57fb8" and "1a7fdac0494705378663e5725c935e456e894902" have entirely different histories.
3e49b349e8
...
1a7fdac049
1 changed files with 1 additions and 5 deletions
|
@ -7,13 +7,9 @@ steps:
|
||||||
image: rust:bookworm
|
image: rust:bookworm
|
||||||
commands:
|
commands:
|
||||||
- rustup target add aarch64-unknown-linux-gnu
|
- rustup target add aarch64-unknown-linux-gnu
|
||||||
- echo "deb [arch=arm64] http://ftp.ports.debian.org/debian-ports bookworm main" | sudo tee /etc/apt/sources.list.d/arm64-cross.list
|
|
||||||
- dpkg --add-architecture arm64
|
- dpkg --add-architecture arm64
|
||||||
- apt-get update -y && apt-get install -y \
|
- apt-get update -y && apt-get install -y \
|
||||||
gcc-aarch64-linux-gnu \
|
crossbuild-essential-arm64
|
||||||
libc6-dev-arm64-cross \
|
|
||||||
libssl-dev:arm64 \
|
|
||||||
pkg-config-aarch64-linux-gnu
|
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cargo build --target aarch64-unknown-linux-gnu --release
|
- cargo build --target aarch64-unknown-linux-gnu --release
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue