Skip to content

Commit

Permalink
qemu_v8: Pin optee_rust to the latest version
Browse files Browse the repository at this point in the history
Pin optee_rust to "Fix cargo error", which fixed the Rust CI issue:
"error[E0658]: use of unstable library feature 'str_strip': newly
added".

Signed-off-by: Yuan Zhuang <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
Tested-by: Jerome Forissier <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
DemesneGH authored and jforissier committed Dec 16, 2022
1 parent 3ddd0bc commit 2861844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu_v8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project path="buildroot" name="buildroot/buildroot.git" revision="refs/tags/2021.11" clone-depth="1" />
<project path="edk2" name="tianocore/edk2.git" revision="refs/tags/edk2-stable202202" sync-s="true" />
<project path="mbedtls" name="Mbed-TLS/mbedtls.git" revision="refs/tags/mbedtls-2.26.0" clone-depth="1" />
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="3272b38b013395e3376a38af6315633239d26c1c" />
<project path="optee_rust" name="apache/incubator-teaclave-trustzone-sdk.git" revision="0c7d3a6660e156f7618e2b317f8ab18d6d049548" />
<project path="qemu" name="qemu/qemu.git" revision="refs/tags/v7.0.0" clone-depth="1" />
<project path="trusted-firmware-a" name="TF-A/trusted-firmware-a.git" revision="refs/tags/v2.6" clone-depth="1" remote="tfo" />
<project path="u-boot" name="u-boot.git" revision="refs/tags/v2021.04" remote="u-boot" clone-depth="1" />
Expand Down

0 comments on commit 2861844

Please sign in to comment.