You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci.sh
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -193,29 +193,33 @@ fi
193
193
git submodule update --init
194
194
195
195
if [ "$PROVIDER_NAME"="coverage" ];then
196
-
rustup toolchain install 1.51.0
197
-
PROVIDERS="mbed-crypto tpm pkcs11"# trusted-service not supported because of a segfault when the service stops; see: https://github.com/parallaxsecond/parsec/issues/349
0 commit comments