From 1de7f3954e82bbb66c9062fb343e0d5844e65a32 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 30 Oct 2020 15:18:01 -0400 Subject: build-test: Move system package installation to ci-install.sh It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor --- scripts/ci-install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts') diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh index 7a536c81..2d3cd9b5 100755 --- a/scripts/ci-install.sh +++ b/scripts/ci-install.sh @@ -11,6 +11,17 @@ CACHE_DIR=${PWD}/ci_cache mkdir -p ${BUILD_DIR} ${CACHE_DIR} +###################################################################### +# Install system dependencies +###################################################################### + +echo -e "\n\n=============== Install system dependencies\n\n" +sudo apt-get install gcc-avr avr-libc pv libmpfr-dev libgmp-dev \ + libmpc-dev texinfo libncurses5-dev bison flex python-virtualenv \ + virtualenv python-dev libffi-dev build-essential \ + libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi + + ###################################################################### # Install (or build) pru gcc ###################################################################### -- cgit v1.2.3-70-g09d2