Skip to content

Commit

Permalink
Merge with upstream (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Aug 23, 2024
2 parents 851cc63 + 0cecbf5 commit 00895ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/aarch64-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:16.04

RUN apt-get update -y && apt-get install -y gcc gcc-aarch64-linux-gnu ca-certificates git
RUN git config --global --add safe.directory '*'

ENV PATH=$PATH:/rust/bin
ENV CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu
Expand Down
1 change: 1 addition & 0 deletions ci/docker/x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM almalinux:8

RUN dnf install -y git gcc
RUN git config --global --add safe.directory '*'

ENV PATH=$PATH:/rust/bin

0 comments on commit 00895ad

Please sign in to comment.