mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Test alt linker in blake3
This commit is contained in:
commit
aec9af18e9
2
contrib/BLAKE3
vendored
2
contrib/BLAKE3
vendored
@ -1 +1 @@
|
||||
Subproject commit 3a342a18fe47e7ba44be4c9693a4da42e908017a
|
||||
Subproject commit ed4cd0ecd43668c05820a013dce92e3981c01b46
|
@ -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"]
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user