Skip to content

Commit

Permalink
Remove arm-none-eabi-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jul 25, 2020
1 parent 82220d2 commit 2bde8af
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,6 @@ jobs:
restore-keys: |
${{ runner.OS }}-qemu
- name: Cache arm-none-eabi-gcc
id: cache-arm-none-eabi-gcc
uses: actions/cache@v2
with:
path: arm-none-eabi-gcc
key: ${{ runner.OS }}-gcc
restore-keys: |
${{ runner.OS }}-gcc
- name: Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -200,19 +191,6 @@ jobs:
GITHUB_WORKSPACE: ${{ github.workspace }}
run: echo "::add-path::${GITHUB_WORKSPACE}/qemu"

#- name: Setup arm-none-eabi-gcc
#if: steps.cache-arm-none-eabi-gcc.outputs.cache-hit != 'true'
#uses: fiam/arm-none-eabi-gcc@v1
#with:
#directory: 'arm-none-eabi-gcc' # Place it locally so it is possible to cache
#release: '9-2019-q4' # The arm-none-eabi-gcc release to use.

#- name: Setup add arm-none-eabi-gcc to PATH
#if: steps.cache-arm-none-eabi-gcc.outputs.cache-hit == 'true'
#env:
#GITHUB_WORKSPACE: ${{ github.workspace }}
#run: echo "::add-path::${GITHUB_WORKSPACE}/arm-none-eabi-gcc/bin"

- name: Run-pass tests
run: |
# Print the path
Expand Down Expand Up @@ -245,7 +223,6 @@ jobs:
else
cargo $COMMAND $CARGO_FLAGS
fi
#arm-none-eabi-objcopy -O ihex target/${{ matrix.target }}/$BUILD_MODE/examples/$EXAMPLE ci/builds/${EXAMPLE}_${FEATURES_STR}${BUILD_MODE}_${BUILD_NUM}.hex
cargo objcopy $CARGO_FLAGS -- -O ihex ci/builds/${EXAMPLE}_${FEATURES_STR}${BUILD_MODE}_${BUILD_NUM}.hex
}
Expand Down

0 comments on commit 2bde8af

Please sign in to comment.