Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surrealdb: use nightly Rust #11777

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Conversation

gguillemas
Copy link
Contributor

@gguillemas gguillemas commented Apr 3, 2024

The rust-lang/rust#110475 issue referenced is no longer a problem since the geo crate has been updated in SurrealDB. However, the change in default Rust version in the image builder implemented in #11681 breaks fuzzing due to SurrealDB now requiring Rust 1.77 after surrealdb/surrealdb#3591, leading to a bump in the MSRV in surrealdb/surrealdb#3778.

I have replaced the obsolete --cfg uuid_unstable for the generic --cfg surrealdb_unstable, which will allow fuzzing any features still deemed unstable in SurrealDB including the new experimental parser.

@gguillemas gguillemas mentioned this pull request Apr 3, 2024
2 tasks
Copy link

github-actions bot commented Apr 3, 2024

gguillemas is either the primary contact or is in the CCs list of projects/surrealdb.
gguillemas has previously contributed to projects/surrealdb. The previous PR was #11619

@jonathanmetzman
Copy link
Contributor

Build fails

@gguillemas
Copy link
Contributor Author

gguillemas commented Apr 4, 2024

Build fails

Apologies. We have fixed the issue in our repository that caused the build to fail.

@jonathanmetzman jonathanmetzman merged commit 32f1d4d into google:master Apr 5, 2024
15 checks passed
@gguillemas gguillemas deleted the nightly-rust branch April 5, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants