🪲: Failure building rust-s3 #2312
Replies: 3 comments 3 replies
-
|
I've just tested compiling Stalwart with those flags and there were no issues. I've moved this to a discussion since the |
Beta Was this translation helpful? Give feedback.
-
|
I can work on contributing a fix. Is there a reason why foundationdb support isn't built into the standard image? |
Beta Was this translation helpful? Give feedback.
-
|
Reporting the same build issue on FreeBSD. If you add Elastic it doesn't fail building at the rust-s3 step |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I had Dockerfile.fdb building successfully with stalwart v0.13.4 with #2275 and #2303, however, I am bumping into an issue building with v0.14.0 that I am working on.
I can build successfully with the regular Dockerfile, but I get failures with
Dockerfile.fdbif I add building s3 to the features.I have tried modifying the regular Dockerfile with what I think is needed to get foundationdb support along with s3, but I have been constantly bumping into the above error when I try. (there is also one separate issue in the Dockerfile but I can put in a PR for that - ie -
s/libclang-16-dev/libclang-dev/). After a bunch of rabbit trailing I was wondering if this is related to an issue that might be fixed in rust-s3 v0.36.0-alpha.2How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Run
docker build -t stalwart-fdb:v0.14.0 -f resources/docker/Dockerfile.fdb .with what is in the main branch, or v0.14.0 with #2303 includedVersion
v0.14.x
What database are you using?
FoundationDB
What blob storage are you using?
S3-compatible
Where is your directory located?
Internal
What operating system are you using?
Linux
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions