-
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.
[nrfconnect] Fix Chef build (#21481)
Remove obsolete OpenThread workaround causing the build failure. Signed-off-by: Damian Krolik <[email protected]>
- Loading branch information
1 parent
6af9683
commit 1582242
Showing
5 changed files
with
27 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,31 +79,30 @@ jobs: | |
run: | | ||
./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t esp32" | ||
# https://github.com/project-chip/connectedhomeip/issues/21465 | ||
# chef_nrfconnect: | ||
# name: Chef - NRFConnect CI Examples | ||
# runs-on: ubuntu-latest | ||
# if: github.actor != 'restyled-io[bot]' | ||
chef_nrfconnect: | ||
name: Chef - NRFConnect CI Examples | ||
runs-on: ubuntu-latest | ||
if: github.actor != 'restyled-io[bot]' | ||
|
||
# container: | ||
# image: connectedhomeip/chip-build-nrf-platform:0.5.91 | ||
# options: --user root | ||
container: | ||
image: connectedhomeip/chip-build-nrf-platform:0.5.91 | ||
options: --user root | ||
|
||
# steps: | ||
# - uses: Wandalen/[email protected] | ||
# name: Checkout | ||
# with: | ||
# action: actions/checkout@v3 | ||
# with: | | ||
# token: ${{ github.token }} | ||
# attempt_limit: 3 | ||
# attempt_delay: 2000 | ||
# - name: Checkout submodules | ||
# run: scripts/checkout_submodules.py --shallow --platform nrfconnect | ||
# - name: Bootstrap | ||
# timeout-minutes: 10 | ||
# run: scripts/build/gn_bootstrap.sh | ||
# - name: CI Examples NRFConnect | ||
# shell: bash | ||
# run: | | ||
# ./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t nrfconnect" | ||
steps: | ||
- uses: Wandalen/[email protected] | ||
name: Checkout | ||
with: | ||
action: actions/checkout@v3 | ||
with: | | ||
token: ${{ github.token }} | ||
attempt_limit: 3 | ||
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --shallow --platform nrfconnect | ||
- name: Bootstrap | ||
timeout-minutes: 10 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: CI Examples NRFConnect | ||
shell: bash | ||
run: | | ||
./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t nrfconnect" |
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 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