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

chore: Update googletest dependency #4

Closed
wants to merge 2 commits into from

Conversation

garrettsummerfi3ld
Copy link
Member

@garrettsummerfi3ld garrettsummerfi3ld commented Aug 15, 2024

The googletest dependency was using an older version from the WPILib Artifactory, this was causing issues with builds on macOS where osxuniversal being the default platform type was not available, and split between osxarm64 and osxx86-64. This would cause googletest to fail the download and would fail the rest of the building/testing.

Added a testing workflow as the normal build workflow was skipping tests.

Tests require actively connected hardware to pass, these tests have been removed.

The googletest dependency was using an older version from the WPILib Artifactory, this was causing issues with builds on macOS where `osxuniversal` platform type was not available, and split between `osxarm64` and `osxx86-64`.

Added a testing workflow as the normal build workflow was skipping tests.
@garrettsummerfi3ld garrettsummerfi3ld self-assigned this Aug 15, 2024
Test workflow requires actively connected hardware for the tests to pass. This workflow has been deleted until a way to simulate the hardware can be discovered.
@garrettsummerfi3ld garrettsummerfi3ld changed the title chore: Update googletest dependency, create test workflow chore: Update googletest dependency Aug 22, 2024
@qwertychouskie
Copy link

Might want to re-write the commit history on this branch before merging. Or just make a new commit directly on main changing the number.

@qwertychouskie
Copy link

I re-worked the commit and pushed it to main, closing this PR.

@garrettsummerfi3ld garrettsummerfi3ld deleted the fix/googletest branch August 30, 2024 04:30
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