Skip to content

Allow compiler warnings in E2E builds - #233

Closed
yeoleobun wants to merge 1 commit into
mainfrom
agent/allow-e2e-warnings
Closed

Allow compiler warnings in E2E builds#233
yeoleobun wants to merge 1 commit into
mainfrom
agent/allow-e2e-warnings

Conversation

@yeoleobun

Copy link
Copy Markdown
Collaborator

Summary

  • leave RUSTFLAGS unset in both E2E jobs
  • keep compiler warnings visible without promoting them to build errors

Root cause

actions-rust-lang/setup-rust-toolchain@v1 defaults rustflags to -D warnings. The default-feature and wholesale E2E builds therefore failed on existing dead_code warnings before their tests could run.

Impact

Both E2E jobs can compile and execute despite non-fatal warnings. This does not address the separate wholesale submodule checkout failure caused by the referenced commit being unavailable from the submodule remote.

Validation

  • git diff --check
  • workflow YAML parsed successfully

@yeoleobun yeoleobun closed this Jul 24, 2026
@yeoleobun
yeoleobun deleted the agent/allow-e2e-warnings branch July 29, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant