Skip to content

make cmake builds run after lint#328

Merged
davidkoski merged 1 commit intomainfrom
linux-cmake
Jan 8, 2026
Merged

make cmake builds run after lint#328
davidkoski merged 1 commit intomainfrom
linux-cmake

Conversation

@davidkoski
Copy link
Collaborator

Proposed changes

The linux cmake builds were missing a depend on lint

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING document
  • I have run pre-commit run --all-files to format my code / installed pre-commit prior to committing changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the necessary documentation (if needed)

@davidkoski davidkoski requested a review from awni January 8, 2026 21:12
@davidkoski
Copy link
Collaborator Author

FYI @incertum

name: Build and Test

on: pull_request
on: pull_request
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the editor I used decided to tidy this up


linux_build_cmake_container:
name: Linux Container CMake Swift Build (${{ matrix.container }} ${{ matrix.arch }})
needs: lint
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real change -- make this wait for the lint step.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note linux_build_cmake_cuda already had this

Copy link
Member

@awni awni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ty!

@davidkoski davidkoski merged commit 43531d7 into main Jan 8, 2026
7 checks passed
@davidkoski davidkoski deleted the linux-cmake branch January 8, 2026 21:36
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.

2 participants