mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
On armhf and arm64 LP builders, /opt/runtime exists and is a symlink, so the new code added in https://github.com/snapcore/snapd/pull/10676 would detect this and thus generate a different mount operation order. Using a name like foo-runtime should shield us from such issues going forward. Signed-off-by: Ian Johnson <ian.johnson@canonical.com>