-
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
Cherry Pick - RPi builds no longer need no-interactive
workaround
#20600
Merged
andy31415
merged 3 commits into
project-chip:interop_testing_te9
from
cpagravel:interop_cherry_pick
Jul 14, 2022
Merged
Cherry Pick - RPi builds no longer need no-interactive
workaround
#20600
andy31415
merged 3 commits into
project-chip:interop_testing_te9
from
cpagravel:interop_cherry_pick
Jul 14, 2022
Conversation
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
@cpagravel is this really a cherrypick? The title seems to indicate so, however list of changes seems to be a longer list and PR is still in draft (assumuming code changes are required) |
@andy31415 this is created using |
cpagravel
force-pushed
the
interop_cherry_pick
branch
from
July 12, 2022 18:38
baa3f28
to
b7e02b1
Compare
PR #20600: Size comparison from afb0d91 to b7e02b1 Full report (20 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
cpagravel
force-pushed
the
interop_cherry_pick
branch
from
July 13, 2022 21:22
b7e02b1
to
593c9a1
Compare
Readline is GPL'd software and may not be available in the build environment. Vendor editline which is permissively licensed and drop it in as a replacement for readline.
As of 3340fc2 ("Switch from readline to editline (project-chip#20330)") there is no longer an issue with respect to the availability of libreadline.
cpagravel
force-pushed
the
interop_cherry_pick
branch
from
July 13, 2022 21:23
593c9a1
to
6bf45cf
Compare
rerasool
pushed a commit
to SiliconLabs/matter
that referenced
this pull request
Sep 9, 2022
…roject-chip#20600) * Switch from readline to editline (project-chip#20330) Readline is GPL'd software and may not be available in the build environment. Vendor editline which is permissively licensed and drop it in as a replacement for readline. * Don't sweat interactive mode in build_examples.py (project-chip#20389) As of 3340fc2 ("Switch from readline to editline (project-chip#20330)") there is no longer an issue with respect to the availability of libreadline. * Target non-interactive Linux example build in CI (project-chip#20635) Co-authored-by: Michael Spang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
no-interactive
builds for linux on arm64. This makes things inconsistent. For test purposes, we'd like to use the same build.Change overview
Testing