diff options
| author | Andrei Vagin <avagin@google.com> | 2023-05-16 22:09:31 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-17 11:09:05 +0200 |
| commit | 258520f6c30d9f726364c05921eca9e2015a26cb (patch) | |
| tree | a5cbdf57052524ebb21da4f3e28e3dbbc1e03300 /tools/docker | |
| parent | e7cfb0155674c36bb8f1ae0951ccf74992848733 (diff) | |
tools/docker: update bazel to 6.2.0
gVisor requires at least 5.4.0.
Reported-by: syzbot+50dd4616360299e7de26@syzkaller.appspotmail.com
Signed-off-by: Andrei Vagin <avagin@google.com>
Diffstat (limited to 'tools/docker')
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index 1ccd40b69..892f7be15 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -53,7 +53,7 @@ RUN mkdir -p /usr/grte/v5/bin && ln -s /usr/bin/python3 /usr/grte/v5/bin/python2 # Install bazel # Download the official bazel binary. The APT repository isn't used because there is not packages for arm64. -RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/5.3.2/release/bazel-5.3.2-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel' +RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/6.2.0/release/bazel-6.2.0-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel' # Update pahole from 1.20 to 1.22 to avoid this build error seen on 5.10 based kernels: # [43990] INT DW_ATE_unsigned_24 Error emitting BTF type |
