mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Remove arm-none-eabi-gcc
This commit is contained in:
parent
82220d21f7
commit
2bde8af214
1 changed files with 0 additions and 23 deletions
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
|
@ -152,15 +152,6 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.OS }}-qemu
|
${{ 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 }})
|
- name: Install Rust ${{ matrix.toolchain }} with target (${{ matrix.target }})
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
@ -200,19 +191,6 @@ jobs:
|
||||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
run: echo "::add-path::${GITHUB_WORKSPACE}/qemu"
|
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
|
- name: Run-pass tests
|
||||||
run: |
|
run: |
|
||||||
# Print the path
|
# Print the path
|
||||||
|
@ -245,7 +223,6 @@ jobs:
|
||||||
else
|
else
|
||||||
cargo $COMMAND $CARGO_FLAGS
|
cargo $COMMAND $CARGO_FLAGS
|
||||||
fi
|
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
|
cargo objcopy $CARGO_FLAGS -- -O ihex ci/builds/${EXAMPLE}_${FEATURES_STR}${BUILD_MODE}_${BUILD_NUM}.hex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue