Xuanwo commented on issue #2808: URL: https://github.com/apache/incubator-opendal/issues/2808#issuecomment-1670587898
> This doesn't seem to be reproducible in my environment,executing cargo build has no errors. > Are there any other compile options used? Oh, stange. I'm just using `cargo build`. I have linker settings like: ```toml [target.x86_64-unknown-linux-gnu] linker = "clang" rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] ``` But I think they are not related to this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
