@@ -128,21 +128,22 @@ jobs:
128
128
DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
129
129
BOARDS : " native samr21-xpro"
130
130
131
- - name : Rust build test
132
- run : |
133
- # Some of the above are executed by root, creating ~/.cargo/git as
134
- # that user, blocking downloads of own libraries.
135
- rm -rf ~/.cargo
136
- make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
137
- # TODO: temporarily disabled (sock_udp.h not found)
138
- #make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
139
- env :
140
- BUILD_IN_DOCKER : 1
141
- DOCKER_IMAGE : ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
142
- # Not all of them are actually available; still using the "canonical"
143
- # list of representative boards above to keep this stable whil Rust
144
- # support expands
145
- BOARDS : " arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"
131
+ # TEMPORARILY disable rust test
132
+ # - name: Rust build test
133
+ # run: |
134
+ # # Some of the above are executed by root, creating ~/.cargo/git as
135
+ # # that user, blocking downloads of own libraries.
136
+ # rm -rf ~/.cargo
137
+ # make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
138
+ # # TODO: temporarily disabled (sock_udp.h not found)
139
+ # #make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
140
+ # env:
141
+ # BUILD_IN_DOCKER: 1
142
+ # DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
143
+ # # Not all of them are actually available; still using the "canonical"
144
+ # # list of representative boards above to keep this stable whil Rust
145
+ # # support expands
146
+ # BOARDS: "arduino-uno esp32-wroom-32 hifive1b msb-430h native samr21-xpro"
146
147
147
148
- name : C++ build test
148
149
run : |
0 commit comments