-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make Bootstrap task more robust #433
Make Bootstrap task more robust #433
Conversation
.vscode/tasks.json
Outdated
@@ -141,4 +151,4 @@ | |||
] | |||
}, | |||
], | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make restyled understand that we have trailing whitespaces everywhere. Not sure why jq isn't picking this up...
@@ -96,7 +96,17 @@ | |||
{ | |||
"label": "Bootstrap", | |||
"type": "shell", | |||
"command": "if [[ ! -f build/default/config.status ]]; then mkdir -p build/default; (cd build/default && ../../bootstrap-configure --enable-debug --enable-coverage); else ./bootstrap -w make; fi", | |||
"command": [ | |||
"if [[ ! -f build/default/config.status ]]; then", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay, I found multi-line commands!
@rwalker-apple Sorry conflict :( |
b721871
to
a96b224
Compare
rebased |
…C Commissioning over BLE Merge in WMN_TOOLS/matter from feature/wifi_doc_upd_917_soc_ble to RC_1.0.2-1.0 Squashed commit of the following: commit 41d646a4dc194e1100c7cc353090b5628a1fd9ab Author: Manav Mehta <mamehta@silabs.com> Date: Wed Dec 14 20:32:11 2022 +0530 Removed <br>'s in all modified files commit c50639dfa6e3d6c02f853034f4a0c3fef58af845 Author: Manav Mehta <mamehta@silabs.com> Date: Wed Dec 14 14:50:07 2022 +0530 Remove mentions of on-network commissioning commit 2db024267ff16f55f09b70f69a73bfe1650f64e3 Author: Manav Mehta <mamehta@silabs.com> Date: Wed Dec 14 13:46:35 2022 +0530 917 SoC BLE Document corrections ... and 1 more commit
Problem
configure.ac updates aren't detected by the vscode task Bootstrap, as a result, config.status doesn't realize it needs to reconfigure
Summary of Changes
run bootstrap if configure.ac is newer than configure