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 CI #124

Merged
merged 13 commits into from
Jul 24, 2024
Merged

Fix CI #124

merged 13 commits into from
Jul 24, 2024

Conversation

lcoombe
Copy link
Member

@lcoombe lcoombe commented Jul 24, 2024

Changes needed:

  • Changing clang-format to v18
    • With the existing clang, I was getting very odd errors, such as not being able to find the system headers
    • I had to add more ignores with this update - we can go back and look at those in more detail if desired
  • On linux, code coverage wasn't working with the newest meson - I decided to just move that test and use meson 1.4.0 for it only
  • There were other issues for the clang and code coverage checks for mac, but I decided to remove those, since we are covering code quality with linux anyway
  • Fixes for clang-format
  • Remove last column from large.bam - was causing issues for ninja sanitize-undefined in mac

@lcoombe lcoombe merged commit f892b80 into lcoombe-patch-1 Jul 24, 2024
0 of 3 checks passed
lcoombe added a commit that referenced this pull request Jul 24, 2024
* Update README.md

* Fix CI (#124)

* Changing clang-format to v18
  * With the existing clang, I was getting very odd errors, such as not being able to find the system headers
  * I had to add more ignores with this update - we can go back and look at those in more detail if desired
* On linux, code coverage wasn't working with the newest meson - I decided to just move that test and use meson 1.4.0 for it only
* There were other issues for the clang and code coverage checks for mac, but I decided to remove those, since we are covering code quality with linux anyway
* Fixes for clang-format
* Remove last column from large.bam - was causing issues for ninja sanitize-undefined in mac
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