Skip to content

Commit f58da31

Browse files
committed
clean up
1 parent f75a019 commit f58da31

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/build_arm.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -117,42 +117,6 @@ jobs:
117117
path: |
118118
*.elf
119119
120-
121-
# ---------------------------------------
122-
# Build all no-family (orphaned) boards
123-
# disable this workflow since it is often failed randomly
124-
# ---------------------------------------
125-
build-board:
126-
runs-on: ubuntu-latest
127-
if: false
128-
strategy:
129-
fail-fast: false
130-
matrix:
131-
example:
132-
# Alphabetical order, a group of 4
133-
- 'device/audio_test device/board_test device/cdc_dual_ports device/cdc_msc'
134-
- 'device/cdc_msc_freertos device/dfu_runtime device/hid_composite device/hid_composite_freertos'
135-
- 'device/hid_generic_inout device/hid_multiple_interface device/midi_test device/msc_dual_lun'
136-
- 'device/net_lwip_webserver'
137-
- 'device/uac2_headset device/usbtmc device/webusb_serial host/cdc_msc_hid'
138-
139-
steps:
140-
- name: Setup Python
141-
uses: actions/setup-python@v4
142-
with:
143-
python-version: '3.x'
144-
145-
- name: Install ARM GCC
146-
uses: carlosperate/arm-none-eabi-gcc-action@v1
147-
with:
148-
release: '11.2-2022.02'
149-
150-
- name: Checkout TinyUSB
151-
uses: actions/checkout@v3
152-
153-
- name: Build
154-
run: python3 tools/build_board.py ${{ matrix.example }}
155-
156120
# ---------------------------------------
157121
# Hardware in the loop (HIL)
158122
# Current self-hosted instance is running on an RPI4 with

0 commit comments

Comments
 (0)