We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc9fcaa + 71bc65f commit e1d59b3Copy full SHA for e1d59b3
.github/workflows/pull.yml
@@ -366,6 +366,7 @@ jobs:
366
# build module for executorch.extension.pybindings.portable_lib
367
bash test/build_size_test.sh
368
strip cmake-out/test/size_test
369
+ strip --strip-debug cmake-out/test/size_test
370
output=$(ls -la cmake-out/test/size_test)
371
arr=($output)
372
size=${arr[4]}
@@ -403,6 +404,7 @@ jobs:
403
404
405
406
407
408
409
410
0 commit comments