Tags: google/android-cuttlefish
Tags
Add new automated workflow to update stable tag When we have a "released" event, which is either: - publishing a non-draft release - changing a pre-release to a release `${{ github.ref }}` will be the new release tag when the event is triggered. References: - https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release - https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=released#release - https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
Fix wifi and vhost_device_vsock invocation flows Wifi was broken because a missing preprocessor declaration caused the host wifi flow to not run. vhost_device_vsock was broken because a missing preprocessor declaration caused an assertion intended for the guest to run on the host. Bug: b/408245136 Test: /usr/bin/bazel run //cuttlefish/package:cvd -- create --host_substitutions=all --vhost_user_vsock=true Test: /usr/bin/bazel run //cuttlefish/package:cvd -- create --host_substitutions=all && check wifi
PreviousNext