This commit is contained in:
Sleepdealr 2022-01-01 16:07:35 -05:00
parent ed9890db5d
commit 66d7b7c089
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ extraction:
- p7zip-full - p7zip-full
after_prepare: after_prepare:
- export GCC=gcc-arm-none-eabi-9-2020-q2-update - export GCC=gcc-arm-none-eabi-9-2020-q2-update
- export CH_VER=stable_20.3.x - export CH_VER=master
- cd ${LGTM_WORKSPACE} - cd ${LGTM_WORKSPACE}
- wget -nv https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O compiler.tar.xz - wget -nv https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O compiler.tar.xz
- tar xf compiler.tar.xz -C ${LGTM_WORKSPACE} - tar xf compiler.tar.xz -C ${LGTM_WORKSPACE}