This repository contains a test snap designed to be used as a part of snapd
test suite. The snap offers two applications, 32
and 64
, which dlopen
graphical support libraries exported from the host system to the snap runtime
environment directory /var/lib/snapd/lib/gl
(for amd64) and
/var/lib/snapd/lib/gl32
(for i386).
You can make local modifications to this source tree, build the snap with
snapcraft -v
(snapcraft 8.x, or newer, is required) and copy the resulting
snap to the snapd source tree in tests/main/nvidia-files
to use the locally
built snap without having to round-trip through the store each time.