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

Resolve initial CI issues #1

Merged
merged 11 commits into from
Mar 20, 2024
Merged

Resolve initial CI issues #1

merged 11 commits into from
Mar 20, 2024

Conversation

taminob
Copy link
Owner

@taminob taminob commented Mar 12, 2024

This PR aims to get the CI green for the initial code.

This is achieved by applying auto-fixes of clang-tidy, manually resolving some issues and fixing the CI configurations.

@taminob taminob self-assigned this Mar 12, 2024
@taminob taminob force-pushed the bugfix/fix-ci-issues branch from 234b1a2 to d00e5a5 Compare March 12, 2024 22:28
taminob added 2 commits March 15, 2024 00:19
Additionally, disable "performance-noexcept-move-constructor" which is
an alias for "cppcoreguidelines-noexcept-move-operations".
@taminob taminob force-pushed the bugfix/fix-ci-issues branch 7 times, most recently from 79958d8 to 82c056a Compare March 15, 2024 20:24
@taminob taminob force-pushed the bugfix/fix-ci-issues branch 6 times, most recently from 01b2dbb to 870e19f Compare March 15, 2024 21:45
taminob added 6 commits March 20, 2024 14:03
Ubuntu does not provide up-to-date packages and thus fails some CI tests
like clang-tidy, build, etc. due to some missing flags and incompatible
behavior.
At first, clang-tidy was ran with --fix and some final issues were
manually resolved.
This is achieved by using the run-clang-tidy wrapper script.
@taminob taminob force-pushed the bugfix/fix-ci-issues branch from c24f8fe to b9d2d78 Compare March 20, 2024 13:04
@taminob taminob enabled auto-merge (rebase) March 20, 2024 13:05
@taminob taminob merged commit 5986ce7 into main Mar 20, 2024
9 checks passed
@taminob taminob deleted the bugfix/fix-ci-issues branch March 20, 2024 13: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