mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 03:08:47 -06:00
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:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user