aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/big-env
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-03-25 18:04:17 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-06 17:14:45 +0200
commit84a18a469934515d2d5e06393bed04759df7aae1 (patch)
treec3c9a84a1a0c52a335e4b0e1bc7142ffdbe58062 /tools/docker/big-env
parent71a2f2b60713b8c94deaea628f6a25ad6c119eca (diff)
tools/docker: use clang-13
Diffstat (limited to 'tools/docker/big-env')
-rw-r--r--tools/docker/big-env/Dockerfile14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/docker/big-env/Dockerfile b/tools/docker/big-env/Dockerfile
index 267f69203..d6b02582d 100644
--- a/tools/docker/big-env/Dockerfile
+++ b/tools/docker/big-env/Dockerfile
@@ -55,19 +55,5 @@ ENV PATH /usr/local/google-cloud-sdk/bin:$PATH
RUN gcloud components install --quiet app-engine-python app-engine-go app-engine-python-extras cloud-datastore-emulator
RUN chmod 0777 /usr/local/google-cloud-sdk
-# Debian Buster provides only clang-7 which is quite old,
-# in particular it does not detect some warnings that later fire on OpenBSD.
-# Install clang-14 from https://apt.llvm.org.
-RUN apt-get install -y -q gnupg software-properties-common apt-transport-https
-# Without this I am getting error:
-# aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Debian
-RUN apt-get install -y -q --reinstall base-files
-RUN curl https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
-RUN add-apt-repository "deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye main"
-RUN apt-get update --allow-releaseinfo-change
-RUN apt-get remove -y -q clang-11
-RUN apt-get install -y -q --no-install-recommends clang-14
-RUN apt autoremove -y -q
-
RUN echo "export PS1='syz-big-env🈶 '" > /syzkaller/.bashrc
ENV SYZ_BIG_ENV yes