File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 77jobs :
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 }}
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
You can’t perform that action at this time.
0 commit comments