-
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
[Android] Update Kotlin / gradle version in Android Chiptool #33837
[Android] Update Kotlin / gradle version in Android Chiptool #33837
Conversation
PR #33837: Size comparison from 47097e0 to 032f641 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@yunhanw-google |
032f641
to
a542473
Compare
PR #33837: Size comparison from 522c555 to 9a433a0 Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
c422d40
to
8531a5a
Compare
PR #33837: Size comparison from 9b8fffe to 8531a5a Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@andreilitvin, could you help bumper docker to validate this change in CI? |
@joonhaengHeo please separate out a docker image update PR and we can merge that. |
@andy31415 @yunhanw-google |
49461a5
to
6a8aafd
Compare
PR #33837: Size comparison from f5716b1 to 6a8aafd Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #33837: Size comparison from f5716b1 to 7a8f1b3 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@yunhanw-google |
You may need create another PR to update commandline tool? |
PR #33837: Size comparison from 435583e to 864dc0e Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
This reverts commit 864dc0e.
-- Use docker 106 -- Remove unsupported -XX:MaxPermSize=2048m -- Update java version
PR #33837: Size comparison from 435583e to 0d1fa01 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33837: Size comparison from 11a4c4a to 7feceb3 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33837: Size comparison from dd0ce89 to dae1e6f Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33837: Size comparison from dd0ce89 to 4e06358 Full report (45 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
PR #33837: Size comparison from dd0ce89 to c95d718 Full report (28 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
Fast track: fixes android builds |
PR #33837: Size comparison from fdae1ae to 8c19309 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Fix #33836
After Kotlin compiler was updated to 2.0, gradle version and kotlin compiler version need to be changed to prevent build errors.
Please review whether these modification points are correct.
Testing
This PR is only related Build Script. Test is not required.