From 16a30556dfa8e27c82d026bd63467f82d2e37a1c Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 22 May 2022 00:52:11 +0200 Subject: Formally drop support for building with upstream Irrlicht It stopped working with (at least) the last commit. --- util/ci/common.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'util') diff --git a/util/ci/common.sh b/util/ci/common.sh index 16327ec30..27034b4fb 100644 --- a/util/ci/common.sh +++ b/util/ci/common.sh @@ -9,9 +9,6 @@ install_linux_deps() { if [[ "$1" == "--no-irr" ]]; then shift - elif [[ "$1" == "--old-irr" ]]; then - shift - pkgs+=(libirrlicht-dev) else wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt6/ubuntu-bionic.tar.gz" sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local -- cgit v1.2.3