We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeb0a2 commit 9bd0ba9Copy full SHA for 9bd0ba9
tests/run-ubuntu-chroot
@@ -41,6 +41,9 @@ cat <<EOU > /etc/apt/sources.list
41
deb http://archive.ubuntu.com/ubuntu ${RELEASE} main universe
42
deb http://archive.ubuntu.com/ubuntu ${RELEASE}-updates main universe
43
EOU
44
+if [ -n "${PROPOSED:-}" ]; then
45
+ echo "deb http://archive.ubuntu.com/ubuntu ${RELEASE}-proposed main universe" >> /etc/apt/sources.list
46
+fi
47
apt-get update
48
apt-get install -y pkg-config dh-autoreconf valac libglib2.0-dev libudev-dev libgudev-1.0-dev python3-gi gobject-introspection libgirepository1.0-dev gir1.2-glib-2.0 gir1.2-gudev-1.0 gtk-doc-tools udev xserver-xorg-video-dummy xserver-xorg-input-evdev xserver-xorg-input-synaptics xinput usbutils gphoto2 valgrind
49
0 commit comments