Algorab
Algorab
This is my configuration for a musl build rdkafka = { version = "0.28.0", features = ["cmake-build"] } openssl = { version = "0.10", features = ["vendored"] } For a...
Help Wanted: I try to set an environment for the rust-lang. Now I have some trouble with the build.sh from the builder. When it runs for the package creation it...
Hi @sanketsudake, you can find the current state of the project here [fission rust](https://github.com/Algorab/environments/tree/rust)
After some more debugging I have found out that: the source-dir " /packages/fission-rust-handler-7bf3c9dc-9c18-461f-a28f-1743b2a23f71-xvznrm" is available in the builder for the function. The deploy-dir "/packages/fission-rust-handler-7bf3c9dc-9c18-461f-a28f-1743b2a23f71-xvznrm-yznpts" doesn't exists. Should it be normally...
When run the same command as in the build pipeline for the formatting checks locally on the changes in the pull request I don't get an error: ➜ make lint...