Skip to content

Check failure is picking up errors from earlier stages in the build. #1997

@kevjumba

Description

@kevjumba

Describe the bug
A clear and concise description of what the bug is.
We are using gopy to build our go libraries and the gopy build performs from syntax checking before it runs the actual build. The syntax checking doesn't take into account extra build tags so it throws some errors with symbol not recognized without actually exiting and the 2nd stage of the build fixes it. However, github actions picks up these errors and flags them under Unchanged files with check annotation.
Shows up like this on our prs:
https://github.com/feast-dev/feast/pull/2922/files
Example of error that is being picked up: https://github.com/feast-dev/feast/runs/7309600369?check_suite_focus=true in Install Dependencies stage.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Run '....'
  3. See error

Expected behavior

Runner Version and Platform

Latest
OS of the machine running the runner? OSX/Windows/Linux/...
All OSs,

What's not working?

Included in summary.

Would like a way to disable these or add a comment that makes the github checks ignore these intermediate errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions