Browse Source

setup-ubuntu.sh: do not install 'erlang-nox' because it can't be installed on CI/CD for some reason

build-on-device
Leonid Plyushch 5 years ago
parent
commit
0a874e2cb1
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      scripts/setup-ubuntu.sh

2
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"

Loading…
Cancel
Save