Skip to content

Commit

Permalink
Revert "misc: Update toolchain to 13.3.1"
Browse files Browse the repository at this point in the history
This reverts commit aa7bb97.
  • Loading branch information
iabdalkader committed Jul 25, 2024
1 parent ba62bd7 commit 25fcae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tflm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: cache
with:
path: ~/cache/gcc
key: 'arm-gnu-toolchain-13.3.rel1'
key: 'arm-gnu-toolchain-13.2.rel1'

- name: '🛠 Install toolchain '
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
3 changes: 1 addition & 2 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
TFLM_REPO_PATH=tflite-micro
TOOLCHAIN_PATH=${HOME}/cache/gcc
export PATH=${TOOLCHAIN_PATH}/bin:${PATH}
TOOLCHAIN_VERSION="13.3.rel1"
TOOLCHAIN_URL="https://developer.arm.com/-/media/Files/downloads/gnu/${TOOLCHAIN_VERSION}/binrel/arm-gnu-toolchain-${TOOLCHAIN_VERSION}-x86_64-arm-none-eabi.tar.xz"
TOOLCHAIN_URL="https://developer.arm.com/-/media/Files/downloads/gnu/13.2.rel1/binrel/arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz"

ci_install_arm_gcc() {
mkdir -p ${TOOLCHAIN_PATH}
Expand Down

0 comments on commit 25fcae3

Please sign in to comment.