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

feat: Windows test, FFI test, and commit msg CI #106

Merged
merged 3 commits into from Feb 15, 2024

Conversation

alilleybrinker
Copy link
Member

This commit improves the CI configuration by:

  • Adding testing for Windows
  • Adding testing for CCI code on Ubuntu and Windows
  • Adding checking for conventional commit format in commit messages
  • Upgrading from checkout v2 to v4 across the board.

This commit improves the CI configuration by:

- Adding testing for Windows
- Adding testing for CCI code on Ubuntu and Windows
- Adding checking for conventional commit format in commit messages
- Upgrading from checkout v2 to v4 across the board.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
This commit fixes a transient issue where cbindgen would sometimes pick
up and try to build gitoid:0.3.0 instead of the current version
gitoid:0.4.0. This was happening because the omnibor crate imported
gitoid:0.3.0, and the two names would both appear in the output of
`cargo metadata`. cbindgen would use the first one that appeared, which
was sometimes gitoid:0.4.0 and sometimes gitoid:0.3.0. If it was the
older version, then everything would break.

This isn't really a long term fix, so there's a need to do more in the
future to stop this from happening again. For now this is enough.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
Haha forgot to do this when I made the replacement. We weren't really
using the features of Make so I thought it would be better to just
use a shell script. This commit updates CI to use that script.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
@alilleybrinker alilleybrinker merged commit 45fee33 into main Feb 15, 2024
5 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/ci-upgrades branch February 15, 2024 17:28
@alilleybrinker
Copy link
Member Author

Looks like this is the cbindgen issue we were encountering: mozilla/cbindgen#900

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.

None yet

1 participant