Merge pull request #3614 from dolthub/db/fix-elix

[no-release-notes] /integration-tests/MySQLDockerfile: fix esl-erlang, elixir installations
This commit is contained in:
Dustin Brown
2022-06-14 10:53:31 -07:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -6,9 +6,16 @@ RUN apt update -y && \
apt install -y \
curl \
gnupg \
libwxbase3.0-0v5 \
libwxgtk3.0-gtk3-0v5 \
libsctp1 \
software-properties-common && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
add-apt-repository ppa:deadsnakes/ppa -y && \
curl -OL http://packages.erlang-solutions.com/ubuntu/pool/esl-erlang_22.3.4.9-1~ubuntu~bionic_amd64.deb && \
dpkg -i esl-erlang_22.3.4.9-1~ubuntu~bionic_amd64.deb && \
curl -LO http://packages.erlang-solutions.com/ubuntu/pool/elixir_1.10.1-1~ubuntu~bionic_all.deb && \
dpkg -i elixir_1.10.1-1~ubuntu~bionic_all.deb && \
apt update -y && \
apt install -y \
python3.8 \

View File

@@ -113,7 +113,6 @@ cmake ..
}
@test "elixir myxql test" {
skip "Elixir installation is currently broken"
cd $BATS_TEST_DIRNAME/elixir/
# install some mix dependencies
mix local.hex --force