From f0872b8f8902e2e006e47fcc9d6520d2da07ebb5 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick <23kilpatrick23@gmail.com> Date: Thu, 11 Feb 2021 06:41:54 -0800 Subject: [PATCH 1/2] Bump Julia to 1.5.3 --- scripts/docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install.sh b/scripts/docker-install.sh index 97d2e2e..da6693a 100755 --- a/scripts/docker-install.sh +++ b/scripts/docker-install.sh @@ -58,7 +58,7 @@ chmod +x "linux-install-${clojure_version}.sh" # The version in the Disco repos is out of date (1.0 series) and does # not expose the API we need. -wget -nv https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.1-linux-x86_64.tar.gz +wget -nv https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.3-linux-x86_64.tar.gz tar -xf *.tar.gz cp -R julia-*/bin/* /usr/bin/ cp -R julia-*/include/* /usr/include/ From cd1a3b30376349f1e19416c876884f41e799475f Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Mon, 10 May 2021 08:53:00 -0700 Subject: [PATCH 2/2] Update docker-install.sh --- scripts/docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install.sh b/scripts/docker-install.sh index da6693a..377b5d6 100755 --- a/scripts/docker-install.sh +++ b/scripts/docker-install.sh @@ -58,7 +58,7 @@ chmod +x "linux-install-${clojure_version}.sh" # The version in the Disco repos is out of date (1.0 series) and does # not expose the API we need. -wget -nv https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.3-linux-x86_64.tar.gz +wget -nv https://julialang-s3.julialang.org/bin/linux/x64/1.6/julia-1.6.1-linux-x86_64.tar.gz tar -xf *.tar.gz cp -R julia-*/bin/* /usr/bin/ cp -R julia-*/include/* /usr/include/