Skip to content

Commit

Permalink
remove linkermap in ci since it failed to install
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 31, 2023
1 parent 3d79e6c commit cdaec85
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
- name: Checkout common submodules in lib
run: git submodule update --init lib/tinyusb lib/uf2

- name: Checkout linkermap
uses: actions/checkout@v3
with:
repository: hathach/linkermap
path: linkermap

- name: Install ARM GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
Expand All @@ -79,7 +73,6 @@ jobs:
ENV_PORT=`dirname $ENV_PORT`
echo ENV_PORT=$ENV_PORT >> $GITHUB_ENV
echo BIN_PATH=$ENV_PORT/_bin/${{ matrix.board }} >> $GITHUB_ENV
pip3 install linkermap/
- name: Build
run: |
Expand All @@ -88,9 +81,6 @@ jobs:
make -C $ENV_PORT BOARD=${{ matrix.board }} all self-update copy-artifact
for app in ${{ env.ENV_PORT }}/apps/*/; do if [ $app != 'apps/self_update/' ]; then make -C $app BOARD=${{ matrix.board }} all; fi done
- name: Linker Map
run: make -C $ENV_PORT BOARD=${{ matrix.board }} linkermap

- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.board }}
Expand Down

0 comments on commit cdaec85

Please sign in to comment.