Skip to content

Commit

Permalink
Update Debian container version to bullseye
Browse files Browse the repository at this point in the history
Debian buster is EOL.
  • Loading branch information
exquo committed Jul 6, 2024
1 parent 675c918 commit f465631
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions generate_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
"install-cmd": "sudo apt-get update && sudo apt-get install",
"req-pkg": "protobuf-compiler"
} | {
### Rust container on Debian 10
### (libc: Deb-10's v2.28 vs Ubuntu-20.04 v2.31)
"container": "rust:buster",
"container": "rust:bullseye",
"install-cmd": "bash ./util.sh add_deb_repos && bash ./util.sh install_protobuf && apt-get update && apt-get install -y",
"req-pkg": "python3 clang libclang-dev cmake make gh",
# > clang and libclang are used by boring-sys's bindgen; otherwise we could use plain old gcc and g++.
# "clang and libclang are used by boring-sys's bindgen; otherwise we could use plain old gcc and g++"
# (libsignal-client/java/Dockerfile)
},
"macos": {
Expand Down

0 comments on commit f465631

Please sign in to comment.