-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove scripts/build/gn_build.sh (#11905)
* Remove scripts/build/gn_build.sh * Update python lib build logic: remove extra for loop, fix arguments and output path * use out directly in the test workflow: build type variable is not exported * Fix darwin build type logic: global argument not needed, update for loop * Use run in build environment to execute ninja * Add .sh suffix to run_in_build_env * Make run in build env be able to run in both linux and mac * Run ninja in the build env for happy tests as well
- Loading branch information
Showing
5 changed files
with
12 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/bash | ||
#!/usr/bin/env bash | ||
# | ||
# Copyright (c) 2020 Project CHIP Authors | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters