Skip to content

Commit

Permalink
Remove reference to cross images
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Oct 2, 2024
1 parent 2f25f35 commit f301d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@ passthrough = [
"PKG_CONFIG_ALLOW_CROSS",
"RUST_LOG",
"CARGO_INCREMENTAL",
]

[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/project-akri/akri/rust-crossbuild:x86_64-unknown-linux-gnu-0.1.16-0.0.7"

[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/project-akri/akri/rust-crossbuild:armv7-unknown-linux-gnueabihf-0.1.16-0.0.7"

[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/project-akri/akri/rust-crossbuild:aarch64-unknown-linux-gnu-0.1.16-0.0.7"
]
2 changes: 1 addition & 1 deletion build/containers/Dockerfile.rust
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:master AS xx

FROM --platform=$BUILDPLATFORM rust:1.74-slim-bookworm AS build
FROM --platform=$BUILDPLATFORM rust:1.79-slim-bookworm AS build
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y clang lld protobuf-compiler pkg-config mmdebstrap wget
COPY --from=xx / /
Expand Down

0 comments on commit f301d83

Please sign in to comment.