commit | 98d8da951aeded03e11eedec90833d4044462e3f | [log] [tgz] |
---|---|---|
author | Norman Bintang <normanbt@google.com> | Mon Dec 26 12:54:10 2022 +0800 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 02 06:57:46 2023 +0000 |
tree | bfd7d3ee4f64fd09867740d9cc5a54eb4376ec3d | |
parent | 2e2428966a0dbabd30e2275f15e0c9d6d5395c7d [diff] |
container-guest-tools: Use pipewire for bullseye Changes included: * cros-apt-config: Prioritize bullseye-backports for pipewire packages. * cros-guest-tools: Bullseye version recommends cros-pipe-config. Buster version recommends cros-pulse-config. * cros-pipe-config: New package to install PipeWire and its configuration. * cros-pulse-config: Create different version for bullseye and buster. Bullseye version requires cros-pipe-config. * cros-debs: Remove cros-guest-tools and cros-pulse-config from cros-debs-common as they have different version for bullseye and buster. * lxd_setup: Add bullseye-backports to cros-staging.list. Install cros-apt-config before installing cros-guest-tools. BUG=b:262672243 TEST=Build and install the deb in crostini, check if audio is ok. TEST=Simulate automatic update by garcon, check if audio is ok. TEST=See the list of installed packages in kokoro build. Cq-Depend: chromium:4113777, chromium:4123924 Change-Id: Ic1763c0ceba7d27a461564616d17d3b1de824aa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/4125215 Tested-by: Norman Bintang <normanbt@chromium.org> Reviewed-by: James Ye <jamesye@google.com> Commit-Queue: Norman Bintang <normanbt@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.
The guest packages can be built with Bazel.
bazel build //cros-debs:debs
promote\_apt.sh MILESTONE
and promote\_container.sh MILESTONE
in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.