Build: https://travis-ci.org/fnordahl/cdbc/builds/619472894
The build consequently fails on non-amd64 architectures after adding a snap dependency. I have tried dist bionic and I have also tried to upgrade packages in the image prior to using sudo snap install snapcraft
as part of the install
phase.
Excerpt from Travis config:
sudo: required
language: C
arch:
- amd64
- arm64
- ppc64le
- s390x
os: linux
dist: xenial
addons:
snaps:
- name: snapcraft
confinement: classic
channel: edge
Log excerpt:
Installing 1 Snaps
$ sudo snap install core
error: cannot perform the following tasks:
- Setup snap "core" (8042) security profiles (cannot setup udev for snap "core": cannot reload udev rules: exit status 2
udev output:
)
- Setup snap "core" (8042) security profiles (cannot reload udev rules: exit status 2
udev output:
)
The command "sudo snap install core" failed and exited with 1 during .