mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
1. Update SDLNativeRules from v2 to v3. The new one allows us setting excluded paths. 2. Update TSAUpload from v1 to v2. And add a config file ".gdn/.gdntsa" for it. 3. Fix some parentheses warnings 4. Update cmake to the latest. 5. Remove "--x86" build option from pipeline yaml files. Now we can auto-detect cpu architecture from python. So we don't need to ask user to specify it. |
||
|---|---|---|
| .. | ||
| submodules | ||
| cgmanifest.json | ||
| README.md | ||
CGManifest Files
This directory contains CGManifest (cgmanifest.json) files. See here for details: https://docs.opensource.microsoft.com/tools/cg/cgmanifest.html
cgmanifests/cgmanifest.json contains entries that don't belong in more specific categories (e.g., git submodules).
Git Submodules
cgmanifests/submodules/cgmanifest.json contains entries for git submodules.
It can be generated like this:
- Change to the repository root directory.
- Ensure the submodules are checked out. For example, with:
$ git submodule update --init --recursive - Run the generator script:
$ python cgmanifests/submodules/generate_submodule_cgmanifest.py > cgmanifests/submodules/cgmanifest.json
Please update this cgmanifest.json file when any git submodules change.