From c99ecc0a66c35743ee9af938bb919365d6fd9bb3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 2 Dec 2021 15:52:36 +0100 Subject: [PATCH] Fix FreeBSD 13 build --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59454fd..cafb48a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -217,6 +217,9 @@ variables: - .freebsd13 - .root_cleanup before_script: + - sudo pkg update + - sudo pkg install --yes compat12x-amd64 + - sudo ln -s libncurses.so.6 /usr/local/lib/libncurses.so.6.2 - ./.gitlab/before_script/freebsd/install_deps.sh .test_ghcup_version:windows: @@ -595,6 +598,9 @@ release:freebsd13: - .release_ghcup - .root_cleanup before_script: + - sudo pkg update + - sudo pkg install --yes compat12x-amd64 + - sudo ln -s libncurses.so.6 /usr/local/lib/libncurses.so.6.2 - ./.gitlab/before_script/freebsd/install_deps.sh variables: ARTIFACT: "x86_64-portbld-freebsd-ghcup"