oss-fuzz/projects/surrealdb
Gerard Guillemas Martos 32f1d4dead
surrealdb: use nightly Rust (#11777)
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
google/oss-fuzz#11681 breaks fuzzing due to SurrealDB now requiring Rust
1.77 after https://github.com/surrealdb/surrealdb/pull/3591, leading to
a bump in the MSRV in https://github.com/surrealdb/surrealdb/pull/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.
2024-04-05 09:53:05 -04:00
..
Dockerfile surrealdb: use nightly Rust (#11777) 2024-04-05 09:53:05 -04:00
build.sh surrealdb: use nightly Rust (#11777) 2024-04-05 09:53:05 -04:00
project.yaml