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
Previously, our Android jobs fail due to mismatching of API level somehow. After some debugging, it seems like rust-lang/cc-rs#495 is the cause. I pinned the cc crate version to 1.0.52 then the test passes as expected. For context: #1765 (comment)
But generally, it'd be great if we could use the latest version of the dependency. To unpin it, we should investigate more and introduce an actual fix to the cc crate.
The text was updated successfully, but these errors were encountered:
Previously, our Android jobs fail due to mismatching of API level somehow. After some debugging, it seems like rust-lang/cc-rs#495 is the cause. I pinned the
cc
crate version to1.0.52
then the test passes as expected. For context: #1765 (comment)But generally, it'd be great if we could use the latest version of the dependency. To unpin it, we should investigate more and introduce an actual fix to the
cc
crate.The text was updated successfully, but these errors were encountered: