From 0a874e2cb1c85731ff1e42c3f7172970dcf8bc02 Mon Sep 17 00:00:00 2001 From: Leonid Plyushch Date: Thu, 23 Jan 2020 19:47:38 +0200 Subject: [PATCH] setup-ubuntu.sh: do not install 'erlang-nox' because it can't be installed on CI/CD for some reason --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 62d33f2ad..1be72dbd9 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -102,7 +102,7 @@ PACKAGES+=" llvm-8-tools" # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man" PACKAGES+=" docbook-utils" -PACKAGES+=" erlang-nox" +#PACKAGES+=" erlang-nox" PACKAGES+=" libgc-dev" PACKAGES+=" libgmp-dev" PACKAGES+=" libunistring-dev"