Test alt linker in blake3

This commit is contained in:
BoloniniD 2022-04-02 11:33:40 +03:00
commit aec9af18e9
3 changed files with 4 additions and 2 deletions

2
contrib/BLAKE3 vendored

@ -1 +1 @@
Subproject commit 3a342a18fe47e7ba44be4c9693a4da42e908017a
Subproject commit ed4cd0ecd43668c05820a013dce92e3981c01b46

View File

@ -119,5 +119,7 @@ RUN arch=${TARGETARCH:-amd64} \
&& dpkg -i /tmp/nfpm.deb \
&& rm /tmp/nfpm.deb
ENV PATH="/cctools/bin:${PATH}"
COPY build.sh /
CMD ["bash", "-c", "/build.sh 2>&1"]

View File

@ -64,7 +64,7 @@ RUN apt-get update \
# Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add aarch64-unknown-linux-gnu && \
RUN rustup target add aarch64-unknown-linux-gnu
RUN apt-get install \
gcc-aarch64-linux-gnu \
build-essential \