init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
12
Telegram/ThirdParty/lz4/.circleci/images/primary/Dockerfile
vendored
Normal file
12
Telegram/ThirdParty/lz4/.circleci/images/primary/Dockerfile
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM circleci/buildpack-deps:bionic
|
||||
|
||||
RUN sudo apt-get -y -qq update
|
||||
RUN sudo apt-get -y install software-properties-common
|
||||
RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
RUN sudo apt-get -y install cmake
|
||||
RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
|
||||
RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
|
||||
RUN sudo apt-get -y install clang clang-tools
|
||||
RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
|
||||
RUN sudo apt-get -y install valgrind
|
||||
RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu
|
||||
Reference in New Issue
Block a user