-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
Discussed in #855
Originally posted by packplusplus May 6, 2025
I was using cargo-lambda 1.8.1, problem free, but today when I ran brew update cargo-lambda, I got 1.8.5, and now sam builds end with:
Workflow RustCargoLambdaBuilder does not support value "False" for building in source. Using default value "True".
Workflow RustCargoLambdaBuilder does not support value "False" for building in source. Using default value "True".
Workflow RustCargoLambdaBuilder does not support value "False" for building in source. Using default value "True".
Running RustCargoLambdaBuilder:CargoLambdaBuild
Running RustCargoLambdaBuilder:CargoLambdaBuild
Running RustCargoLambdaBuilder:CargoLambdaBuild
Running RustCargoLambdaBuilder:RustCopyAndRename
Build Failed
Error: RustCargoLambdaBuilder:CargoLambdaBuild - Cargo Lambda failed: Error: × Failed to collect `zig cc` options
Was this behavior unexpected?
Start a thread in https://github.com/cargo-lambda/cargo-lambda/discussions
which...yes...is unexpected...
So I ran cargo update, and some new packages came down, but a sam build --no-cached still ends with the same sadness...switching back to 1.8.1 resolves the issue.
jlizen