onnxruntime/tools/ci_build
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
..
github Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
__init__.py Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00
amd_hipify.py Add workaround to remove ROCm-specific binary-elementwise files. 2021-01-11 10:00:18 -08:00
build.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
clean_docker_image_cache.py Fix clean_docker_image_cache.py detection of image pushes. (#6151) 2020-12-16 17:25:22 -08:00
coverage.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
exclude_unused_ops.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00
gen_def.py Reduce IOS shared library size by symbol file. (#5171) 2020-09-14 23:59:41 -07:00
get_docker_image.py Update get_docker_image.py to enable use without image cache container registry. (#6177) 2020-12-18 19:01:02 -08:00
logger.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00
op_registration_utils.py Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
op_registration_validator.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00