summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-11-16 08:33:51 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-11-16 09:00:22 +1000
commit56b9cac8651469e2e0875357f845a82f9badfa24 (patch)
tree2537595e390bb962147ada22de0d2aabfd26593d /.gitlab-ci
parent44f42dc9706b3806f799fa93b3b62664207c045a (diff)
downloadlibinput-56b9cac8651469e2e0875357f845a82f9badfa24.tar.gz
gitlab CI: update freebsd to 13.1
This gets rid of of the following error: ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/lib/libpython3.9.so.1.0 not found Too tired to debug what is really going on, so let's pretend the update is the best way to fix this. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 4615684c..bc5ad956 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -3,7 +3,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2022-09-02.0'
+.default_tag: &default_tag '2022-11-16.1'
distributions:
- name: fedora
@@ -144,7 +144,7 @@ distributions:
tag: *default_tag
qemu_based: true
versions:
- - '13.0'
+ - '13.1'
packages:
- git
- pkgconf