Skip to content

Commit 2131761

Browse files
committed
ci: remove rust-std-esp, rust-nostd-avr, and rust-training-esp32c3 builders
1 parent 0395ad6 commit 2131761

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/build-rust.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ on:
77
jobs:
88
build:
99
name: Build containers
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
1414
builder_name:
15-
- rust-nostd-avr
1615
- rust-nostd-esp
17-
- rust-std-esp
18-
- rust-training-esp32c3
1916

2017
env:
2118
BUILDER_NAME: ${{ matrix.builder_name }}
@@ -24,13 +21,3 @@ jobs:
2421
- uses: actions/checkout@v4
2522
- name: Build container
2623
run: docker build -t "wokwi/builder-${BUILDER_NAME}" ${BUILDER_NAME}
27-
28-
- name: Test rust-std-esp container
29-
if: matrix.builder_name == 'rust-std-esp'
30-
run: |
31-
docker run --rm -e WOKWI_MCU=esp32 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
32-
docker run --rm -e WOKWI_MCU=esp32-c3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
33-
docker run --rm -e WOKWI_MCU=esp32-c6 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
34-
docker run --rm -e WOKWI_MCU=esp32-h2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
35-
docker run --rm -e WOKWI_MCU=esp32-s2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
36-
docker run --rm -e WOKWI_MCU=esp32-s3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh

0 commit comments

Comments
 (0)