summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/ubuntu1804-test-base/apt-prefs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--taskcluster/docker/ubuntu1804-test-base/apt-prefs18
1 files changed, 18 insertions, 0 deletions
diff --git a/taskcluster/docker/ubuntu1804-test-base/apt-prefs b/taskcluster/docker/ubuntu1804-test-base/apt-prefs
new file mode 100644
index 0000000000..9a6882c7c2
--- /dev/null
+++ b/taskcluster/docker/ubuntu1804-test-base/apt-prefs
@@ -0,0 +1,18 @@
+# Make bionic-security and bionic take precedence over bionic-updates for
+# libc packages to the point of forcing downgrades. This works around the
+# update somehow turning a gst-launch fatal warning into a crash randomly.
+Package: libc-dev*
+Pin: release a=bionic-security
+Pin-Priority: 1001
+
+Package: libc6*
+Pin: release a=bionic-security
+Pin-Priority: 1001
+
+Package: libc-dev*
+Pin: release a=bionic
+Pin-Priority: 1001
+
+Package: libc6*
+Pin: release a=bionic
+Pin-Priority: 1001