onnxruntime/tools/ci_build/github/linux
Changming Sun b04adcc381
Update copy_strip_binary.sh: use "make install" instead (#21464)
### Description
Before this change, copy_strip_binary.sh manually copies each file from
onnx runtime's build folder to an artifact folder. It can be hard when
dealing with symbolic link for shared libraries.
This PR will change the packaging pipelines to run "make install" first,
before packaging shared libs .


### Motivation and Context

Recently because of feature request #21281 , we changed
libonnxruntime.so's SONAME. Now every package that contains this shared
library must also contains libonnxruntime.so.1. Therefore we need to
change the packaging scripts to include this file. Instead of manually
construct the symlink layout, using `make install` is much easier and
will make things more consistent because it is a standard way of making
packages.

**Breaking change:**
After this change, our **inference** tarballs that are published to our
Github release pages will be not contain ORT **training** headers.
2024-07-24 10:02:00 -07:00
..
docker Update C++ dependencies (#21410) 2024-07-23 10:00:36 -07:00
ort_minimal Enable LTO for Android build (#21243) 2024-07-10 18:44:17 -07:00
build_cuda_c_api_package.sh Update copy_strip_binary.sh: use "make install" instead (#21464) 2024-07-24 10:02:00 -07:00
build_cuda_ci.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
build_linux_python_package.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
build_rocm_c_api_package.sh Update copy_strip_binary.sh: use "make install" instead (#21464) 2024-07-24 10:02:00 -07:00
build_tensorrt_c_api_package.sh Update copy_strip_binary.sh: use "make install" instead (#21464) 2024-07-24 10:02:00 -07:00
build_tensorrt_ci.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
build_yocto.sh
copy_strip_binary.sh Update copy_strip_binary.sh: use "make install" instead (#21464) 2024-07-24 10:02:00 -07:00
create_package.sh
delete_unused_files_before_upload.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
extract_and_bundle_gpu_package.sh
java_copy_strip_binary.sh
java_linux_final_test.sh
run_build.sh Fix a build issue: /MP was not enabled correctly (#19190) 2024-01-29 12:45:38 -08:00
run_dockerbuild.sh Update OpenVino CI Ubuntu to 22.04 (#21127) 2024-07-09 09:56:44 -07:00
run_python_dockerbuild.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
run_python_dockertest.sh
run_python_tests.sh Update training packaging pipeline's docker files (#20853) 2024-05-30 23:48:42 -07:00
test_custom_ops_pytorch_export.sh Add compatibility for NumPy 2.0 (#21085) 2024-06-27 13:50:53 -07:00
upload_code_coverage_data.sh Fix Android CI pipeline (#19877) 2024-03-13 10:09:43 -07:00
upload_ortsrv_binaries.sh
yocto_build_toolchain.sh