Skip to content

Fix CI: remove two dead symbols left behind by dead code removal PRs#18855

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/fix-ci-failure-on-main
Closed

Fix CI: remove two dead symbols left behind by dead code removal PRs#18855
Copilot wants to merge 3 commits intomainfrom
copilot/fix-ci-failure-on-main

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

Two unused linter errors introduced by recent dead code removal PRs broke CI on main.

Changes

  • pkg/parser/schema_validation.go: Remove schemaValidationLog and its logger import — the validator functions that used this var were deleted in dead14 but the declaration was left behind
  • pkg/cli/docker_images.godocker_build_integration_test.go: Move isDockerAvailable() into the integration test file where it's actually called — the function was invisible to the linter because its only call sites are under //go:build integration
Original prompt

This section details on the original issue you should resolve

<issue_title>Main failing</issue_title>
<issue_description>The CI on main has been failing snce 3b2b765

Fix this - it may be WASM of something like that. Code that is needed may have been removed in one or more of the dead code removal PRs that have gone into in main</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…to integration test

Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI failure on main branch Fix CI: remove two dead symbols left behind by dead code removal PRs Feb 28, 2026
@pelikhan pelikhan closed this Feb 28, 2026
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.

Main failing

3 participants