Skip to content

Commit a2a3b65

Browse files
cblichmanncopybara-github
authored andcommitted
GitHub Actions: Clangtool: Update build container to Debian 12.11 "Bookworm"
Older versions are no longer supported and stopped getting security updates. PiperOrigin-RevId: 803448897 Change-Id: I91565945f5decd958054bae9236fc112bd7ce7c5
1 parent a79640f commit a2a3b65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/generator-tool.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
container: debian:10.13
9+
container: debian:12.11
1010
steps:
1111
- uses: actions/checkout@v3
1212

1313
- name: Cache dependencies
1414
uses: actions/cache@v3
1515
with:
16-
key: debian-10.13-clang20
16+
key: debian-12.11-clang20
1717
path: |
1818
${{github.workspace}}/build/_deps
1919
@@ -29,6 +29,7 @@ jobs:
2929
git \
3030
gnupg \
3131
libc6-dev \
32+
libzstd-dev \
3233
lsb-release \
3334
make \
3435
ninja-build \

0 commit comments

Comments
 (0)