From f81281cee950872999413406d1be1569e8359757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Fri, 1 May 2020 13:09:57 +0200 Subject: [PATCH] Update build_aarch64.sh Former-commit-id: fe487a675231dac9e9ed5c988e490728f75e6d40 Former-commit-id: 6fb4996b8cfd33a82257384b669e0ceacc85c912 [formerly 852d9b8cec2292dc68645a84e794c0f51b4b3175] [formerly c936dc5a1c2741f593582461bdc61ea3c2779f5b [formerly a4ce2494e807fc0ddce6f7bf777ad12eea61ed2f [formerly a4ce2494e807fc0ddce6f7bf777ad12eea61ed2f [formerly a4ce2494e807fc0ddce6f7bf777ad12eea61ed2f [formerly 294d2f7cdaf222bce979e94f6ac16af5a5a39726]]]]] Former-commit-id: 91dd64be257fe98885d1aabb63e9154980809a8c [formerly 8ac3837e9f9b05423edbe661d46fa3771f8418db] Former-commit-id: acd45143142bf0740cf2245e07f904e38495f5c1 Former-commit-id: b241de6943d66452828acbc36c3b23538f44b385 Former-commit-id: e3b0d25348add16b16d70e01c0c796b37c2b4868 Former-commit-id: e89582ea98da6ee3d162b901597f1be8a6f6fafd [formerly feb353b2fb40643214b7d966a1bfc90b243f80c9] Former-commit-id: ad227e88e7dd7e00136d84b7f14b69dea8f03bc7 --- build_aarch64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_aarch64.sh b/build_aarch64.sh index f60f877..7caaff7 100644 --- a/build_aarch64.sh +++ b/build_aarch64.sh @@ -2,7 +2,7 @@ # Ubuntu 18 -sudo apt-get git llvm6.0-tools zlib1g-dev +sudo apt-get install git llvm-6.0-tools zlib1g-dev export PATH="/usr/lib/llvm-6.0/bin/:$PATH" wget https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-linux-aarch64.tar.gz