submanifests: optional: rust: Limit build targets
Brings in a change in the v4.0-branch branch to limit the targets that rust tests are run on to those that have been tested. This will avoid a large number of failure in the nightly build on platforms that aren't expected to work. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
dee76a7907
commit
44e0edcf1b
|
@ -34,7 +34,7 @@ manifest:
|
|||
groups:
|
||||
- optional
|
||||
- name: zephyr-lang-rust
|
||||
revision: f20afb5bae9a4b64332a230a734c0244b39d4035
|
||||
revision: 7af3db47bf7335ac6a6fe7480df6b41fb46dbe9d
|
||||
path: modules/lang/rust
|
||||
remote: upstream
|
||||
groups:
|
||||
|
|
Loading…
Reference in New Issue