build-test: Build with normal Ubuntu arm-eabi compiler

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-10-30 14:59:57 -04:00
parent 7ad36a2164
commit 33a2d48888
3 changed files with 1 additions and 24 deletions

View file

@ -7,7 +7,6 @@ set -eu
# Paths to tools installed by travis-install.sh
MAIN_DIR=${PWD}
BUILD_DIR=${PWD}/travis_build
export PATH=${BUILD_DIR}/gcc-arm-none-eabi-7-2017-q4-major/bin:${PATH}
export PATH=${BUILD_DIR}/pru-gcc/bin:${PATH}
PYTHON=${BUILD_DIR}/python-env/bin/python