build: don't create a new directory for android toolchain#11916
build: don't create a new directory for android toolchain#11916diastremskii wants to merge 1 commit intonodejs:masterfrom diastremskii:master
Conversation
|
@robertchiras You care about the android build, don't you? Can you review? |
|
I don't know whether it is critical, but the commit message exceeds 50 characters. |
|
Indeed, doesn't seem critical, but the change looks good to me. |
bnoordhuis
left a comment
There was a problem hiding this comment.
Left some comments. Can you format the commit log according to the style guide?
@robertchiras Thanks for reviewing.
android-configure
Outdated
There was a problem hiding this comment.
Can you wrap this line at 80 columns?
android-configure
Outdated
There was a problem hiding this comment.
The rm -rf makes me nervous. Can you at least wrap it in double quotes so spaces in the path don't cause bad behavior?
|
Oh, sorry. Fixed. |
Let make-standalone-toolchain.sh create directory.
|
FYI: We currently have no way to run this through CI. |
Let make-standalone-toolchain.sh create directory. PR-URL: #11916 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Landed in 757c90e |
Let make-standalone-toolchain.sh create directory. PR-URL: #11916 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
|
backport? |
|
ping |
|
@MylesBorins, sorry, not sure, should I also make PR into other branch for backport? :) |
|
@TheBeastOfCaerbannog the backport process is covered here, if you could backport to |
Let make-standalone-toolchain.sh create directory. PR-URL: nodejs#11916 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Let make-standalone-toolchain.sh create directory. PR-URL: nodejs/node#11916 Backport-PR-URL: nodejs/node#12975 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Starting from commit 90561a... in NDK make-standalone-toolchain.sh requires
--forceoption to write toolchain into existing directory and will fail withRefusing to clobber existing install directoryotherwise.But with
--forceoption script will fail on older versions of NDK. So best option should be just let make-standalone-toolchain.sh create directory.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build