From 768aee6b677b8a115798d38a902ada1caabb0804 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Tue, 14 Jun 2022 09:45:30 -0700 Subject: [PATCH] /integration-tests/MySQLDockerfile: fix esl-erlang, elixir installations --- integration-tests/MySQLDockerfile | 7 +++++++ .../mysql-client-tests/mysql-client-tests.bats | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/integration-tests/MySQLDockerfile b/integration-tests/MySQLDockerfile index 4612fca659..75a464fec5 100644 --- a/integration-tests/MySQLDockerfile +++ b/integration-tests/MySQLDockerfile @@ -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 \ diff --git a/integration-tests/mysql-client-tests/mysql-client-tests.bats b/integration-tests/mysql-client-tests/mysql-client-tests.bats index bdc87e19b3..992f73b1b1 100644 --- a/integration-tests/mysql-client-tests/mysql-client-tests.bats +++ b/integration-tests/mysql-client-tests/mysql-client-tests.bats @@ -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