Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build action #158

Open
Uacias opened this issue Nov 12, 2024 · 0 comments
Open

Fix build action #158

Uacias opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right

Comments

@Uacias
Copy link
Collaborator

Uacias commented Nov 12, 2024

Currently our build gh action is failing with this error:

error[E0425]: cannot find function `run_generated_state_machines` in this scope
   --> proxy/src/core/utils.rs:155:13
    |
155 |             run_generated_state_machines(request_body, response_body, path.to_string());
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

For more information about this error, try `rustc --explain E0425`.
warning: `proxy` (bin "proxy") generated 1 warning
error: could not compile `proxy` (bin "proxy") due to 1 previous error; 1 warning emitted
warning: build failed, waiting for other jobs to finish...

This is possibly due to using build.rs, needs further investigation, to keep the codebase clean and make sure build always passes.

@Uacias Uacias added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant