Skip to content

Commit e459b04

Browse files
authored
[botconfig][clangd] Upgrade system packages when building a new image (#63)
1 parent 35de4bd commit e459b04

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

buildbot/google/docker/buildbot-clangd-ubuntu-clang/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN apt-get update && \
2121
ccache \
2222
# Install python for buildbot and LIT.
2323
python3 python3-pip python3-psutil && \
24+
# Update system packages
25+
apt-get upgrade -y && \
2426
# Clean apt cache to reduce image size.
2527
apt-get clean
2628

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
9

buildbot/google/terraform/deployment-clangd-ubuntu-clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- env:
2626
- name: BUILDBOT_PORT
2727
value: "9990" # 9990 is production, 9994 is staging.
28-
image: gcr.io/sanitizer-bots/buildbot-clangd-ubuntu-clang:7
28+
image: gcr.io/sanitizer-bots/buildbot-clangd-ubuntu-clang:9
2929
name: buildbot-clangd-ubuntu-clang
3030
resources:
3131
limits:

0 commit comments

Comments
 (0)