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

Make Bootstrap task more robust #433

Merged

Conversation

rwalker-apple
Copy link
Contributor

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

@@ -141,4 +151,4 @@
]
},
],
}
}
Copy link
Contributor

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",
Copy link
Contributor Author

@rwalker-apple rwalker-apple Apr 20, 2020

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!

@woody-apple
Copy link
Contributor

@hawk248 @BroderickCarlin ?

@woody-apple
Copy link
Contributor

@rwalker-apple Sorry conflict :(

@rwalker-apple rwalker-apple force-pushed the Make-Bootstrap-task-more-robust branch from b721871 to a96b224 Compare April 21, 2020 04:11
@rwalker-apple
Copy link
Contributor Author

rebased

@woody-apple woody-apple merged commit cb4092b into project-chip:master Apr 21, 2020
@rwalker-apple rwalker-apple deleted the Make-Bootstrap-task-more-robust branch April 21, 2020 17:45
rerasool pushed a commit to SiliconLabs/matter that referenced this pull request Dec 19, 2022
…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
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.

5 participants