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(workflow): Fix BLE Project Build Test Failures #1015

Merged
merged 2 commits into from
May 13, 2024

Conversation

Jake-Carter
Copy link
Contributor

Description

#1013 introduced a build error that was only present on the Github Actions runners for some BLE projects (Ex). Some outdated cached copies of the Cordio library builds seemed to be causing it.

This PR updates the build test workflow to clean the Cordio library file for BLE projects. BLE projects are detected if:

  • The file path has Bluetooth in it
  • The project name has BLE in it

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@Jake-Carter Jake-Carter changed the title Fix/ble build workflow fix(Workflow): Fix BLE Project Build Test Failures May 13, 2024
@github-actions github-actions bot added the Workflow Related to Workflow development label May 13, 2024
@Jake-Carter Jake-Carter changed the title fix(Workflow): Fix BLE Project Build Test Failures fix(workflow): Fix BLE Project Build Test Failures May 13, 2024
@Jake-Carter
Copy link
Contributor Author

@Jake-Carter Jake-Carter merged commit 8ab058a into analogdevicesinc:main May 13, 2024
11 of 13 checks passed
@Jake-Carter Jake-Carter deleted the fix/BLE-build-workflow branch May 13, 2024 21:56
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workflow Related to Workflow development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants