diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-04-19 09:19:24 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-04-19 16:27:23 +0200 |
| commit | 7d7bc7384ef404234239532c5c2a9af81b020152 (patch) | |
| tree | d8e0feadf1fc13254b8d3da9c3c93f12d969a4ea /tools/docker/syzbot/Dockerfile | |
| parent | 33fc6ed615959c241493d8079c07253ffcc7f245 (diff) | |
tools/docker: configure an alias for clang++
It's required by the NetBSD-KMSAN instance.
Diffstat (limited to 'tools/docker/syzbot/Dockerfile')
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index 451148e99..2a5006a69 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get remove -y -q clang-11 RUN apt-get install -y -q --no-install-recommends clang-13 clang-format-13 clang-tidy-13 RUN apt autoremove -y -q RUN sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-13 100 +RUN sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-13 100 RUN sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-13 100 RUN sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 100 |
