onnxruntime/tools/ci_build/github/linux/ort_minimal
Scott McKay e54e2f969d
Use readelf for minimal build binary size checks. (#6338)
* Use readelf for minimal build binary size checks.
The on-disk size grows in 4KB chunks which makes it hard to see how much growth an individual checkin causes.
Only downside is that the sum of the sections is larger than the on-disk size (assumably things get packed smaller on disk and some of the section alignment constraints can be ignored)

* Remove unused function
2021-01-15 07:46:02 +10:00
..
__init__.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
build_full_ort_and_create_ort_files.sh Fix Python Linux GPU package name (#5943) 2020-11-25 17:46:11 -08:00
build_minimal_ort_and_run_tests.sh Report arm64 minimal baseline binary size only for continuous integration (#5913) 2020-11-24 20:24:08 +10:00
build_minimal_ort_android_baseline_and_report_bin_size.sh Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
check_build_binary_size.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
nnapi_minimal_build_minimal_ort_and_run_tests.sh Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
readelf_utils.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00