Skip to content

Commit 223442f

Browse files
authored
Update build containers for git information (#1739)
This commit mirrors bytecodealliance/wasmtime#9152 and bytecodealliance/wasmtime#9157 into this repository as well.
1 parent 28c8962 commit 223442f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/docker/aarch64-linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:16.04
22

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

56
ENV PATH=$PATH:/rust/bin
67
ENV CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu

ci/docker/x86_64-linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM almalinux:8
22

33
RUN dnf install -y git gcc
4+
RUN git config --global --add safe.directory '*'
45

56
ENV PATH=$PATH:/rust/bin

0 commit comments

Comments
 (0)