-
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
Add possibility to build Tizen apps with various options #16701
Conversation
PR #16701: Size comparison from 58cd5fb to 8b3404f Full report (13 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #16701: Size comparison from 58cd5fb to a718424 Full report (13 builds for cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #16701: Size comparison from 467c696 to ed2e5f9 Full report (16 builds for cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #16701: Size comparison from a19de20 to 471a870 Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
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.
For '[build] Allow to build Tizen apps with variants] commit(471a870)', it can be useful for tizen.
How about split this PR for the changes of flake8? I think that is not for only Tizen. |
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.
Fast tracking, given this has had enough time for review (> 3 days)
PR #16701: Size comparison from 41a431d to 2a1e2a2 Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
This change adds a possibility to build Tizen applications with e.g. ASAN sanitizer enabled. Please note, that with current Tizen SDK there is no TSAN library (TSAN for ARMv7) provided, so it's not possible to enable this sanitizer.
PR #16701: Size comparison from 41a431d to 72c76f4 Full report (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
/rebase |
PR #16701: Size comparison from 913aca0 to d37b083 Full report (19 builds for cc13x2_26x2, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
…p#16701) * [build] Fix warnings reported by flake8 checker * [build] Allow to build Tizen apps with variants This change adds a possibility to build Tizen applications with e.g. ASAN sanitizer enabled. Please note, that with current Tizen SDK there is no TSAN library (TSAN for ARMv7) provided, so it's not possible to enable this sanitizer. * Restyled by autopep8 Co-authored-by: Justin Wood <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…p#16701) * [build] Fix warnings reported by flake8 checker * [build] Allow to build Tizen apps with variants This change adds a possibility to build Tizen applications with e.g. ASAN sanitizer enabled. Please note, that with current Tizen SDK there is no TSAN library (TSAN for ARMv7) provided, so it's not possible to enable this sanitizer. * Restyled by autopep8 Co-authored-by: Justin Wood <[email protected]> Co-authored-by: Restyled.io <[email protected]>
…p#16701) * [build] Fix warnings reported by flake8 checker * [build] Allow to build Tizen apps with variants This change adds a possibility to build Tizen applications with e.g. ASAN sanitizer enabled. Please note, that with current Tizen SDK there is no TSAN library (TSAN for ARMv7) provided, so it's not possible to enable this sanitizer. * Restyled by autopep8 Co-authored-by: Justin Wood <[email protected]> Co-authored-by: Restyled.io <[email protected]>
@@ -0,0 +1,2 @@ | |||
[flake8] | |||
max-line-length = 132 |
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.
we use autopep8. Are they not conflicting?
I see a lot of changes of style in this PR that are unlikely to be maintained as others just use restyle-diff (i.e. autopep8).
In hindsight, restyle changes should have been separated from code changes.
Problem
Possibility to build Tizen applications with sanitizers like ASAN, UBSAN, etc. Build Tizen apps with no WiFi and/or BT enabled.
Change overview
Testing
Building Tizen app locally with e.g.
./scripts/build/build_examples.py --target tizen-arm-light-asan build
.