-
Notifications
You must be signed in to change notification settings - Fork 3k
Put LittleFS emulated BD module under .mbedignore #9440
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
Conversation
@davidsaada, thank you for your changes. |
CI started |
test restarted (CI failure) |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Jobs were restarted , all green |
Sorry, I just saw this PR. This one is strange because emubd should be covered by this mbedignore file? I'm glad it's fixed but do we know why it wasn't being picked up? |
Oh, I missed that. Should have thought of it, as I've never seen such a problem. Can revert the change and investigate it a bit more with the reporter. |
Don't worry about reverting (sorry if I'm getting this too you too late). I'm about to clobber the change with a minor release of littlefs (1.7). |
Description
Put LittleFS emulated BD module under .mbedignore. The emulated BD is required for simulation of a block device outside mbed-os, but not required in mbed-os.
Resolves #9281.
Pull request type
Reviewers
@geky