From 814ef370b5d51cb563cade90fa6f1d1909aea6a3 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 3 Dec 2025 22:49:57 +0530 Subject: ci: Use hotdoc hack for Ubuntu Rolling as well Same as OpenSUSE and Fedora. --- ci/ciimage/ubuntu-rolling/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/ciimage/ubuntu-rolling/install.sh b/ci/ciimage/ubuntu-rolling/install.sh index 8a2561bd2..3460be48e 100755 --- a/ci/ciimage/ubuntu-rolling/install.sh +++ b/ci/ciimage/ubuntu-rolling/install.sh @@ -43,7 +43,9 @@ eatmydata apt-get -y build-dep meson eatmydata apt-get -y install "${pkgs[@]}" eatmydata apt-get -y install --no-install-recommends wine-stable # Wine is special -install_python_packages hotdoc +# HACK: build hotdoc from git repo since current sdist is broken on modern compilers +# change back to 'hotdoc' once it's fixed +install_python_packages git+https://github.com/hotdoc/hotdoc # Lower ulimit before running dub, otherwise there's a very high chance it will OOM. # See: https://github.com/dlang/phobos/pull/9048 and https://github.com/dlang/phobos/pull/8990 -- cgit v1.2.3