onnxruntime/tools/ci_build/github
Changming Sun e7a0495a87
Cherry-picks pipeline changes to 1.16.0 release branch (#17577)
### Description
1. Delete Prefast tasks (#17522)
2. Disable yum update (#17551)
3. Avoid calling patchelf (#17365 and #17562) we that we can validate
the above fix

The main problem I'm trying to solve is: our GPU package depends on both
CUDA 11.x and CUDA 12.x . However, it's not easy to see the information
because ldd doesn't work with the shared libraries we generate(see issue
#9754) . So the patchelf change are useful for me to validate the
"Disabling yum update" was successful. As you can see we call "yum
update" from multiple places. Without some kind of validation it's hard
to say if I have covered all of them.
The Prefast change is needed because I'm going to update the VM images
in the next a few weeks. In case of we need to publish a patch release
after that.

### Motivation and Context
Without this fix we will mix using CUDA 11.x and CUDA 12.x. And it will
crash every time when we use TensorRT.
2023-09-18 15:03:48 -07:00
..
android [NNAPI doc] add reducemean to supported op list (#16414) 2023-06-21 00:29:20 -07:00
apple [CoreML EP] Add Shape, Gather, and Slice ops (#17153) 2023-08-18 22:34:34 -07:00
azure-pipelines Cherry-picks pipeline changes to 1.16.0 release branch (#17577) 2023-09-18 15:03:48 -07:00
js [Better Engineering] Bump ruff to 0.0.278 and fix new lint errors (#16789) 2023-07-21 12:53:41 -07:00
linux Cherry-picks pipeline changes to 1.16.0 release branch (#17577) 2023-09-18 15:03:48 -07:00
pai [ROCm] Update CI based on ubuntu 22.04 (#17076) 2023-08-10 09:51:29 -07:00
windows unify the steps of downloading cuda sdk and setup env (#16896) 2023-07-31 10:25:04 -07:00
Doxyfile_csharp.cfg [C#] Rename unreleased API, add utilities (#16806) 2023-08-02 10:06:42 -07:00