Skip to content

Commit

Permalink
Further updates for 2.6.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed Jul 27, 2022
1 parent 53ed7b4 commit 9f2cd76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/dependency_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
github_root = "https://github.com/GPUOpen-Tools/"

# repositories.
git_mapping = {
"device_info" : ["Common/Src/DeviceInfo", "amd-rdts-may2022"],
"update_check_api" : ["Common/Src/update_check_api", "amd-2.1.0"]
}
git_mapping = {}

github_mapping = {
# Lib.
Expand All @@ -29,6 +26,8 @@
"common_lib_ext_tinyxml2_5.0.1" : ["Common/Lib/Ext/tinyxml2", "master"],
"cxxopts" : ["Common/Lib/Ext/cxxopts", "master"],
"volk" : ["Common/Lib/Ext/volk", "master"],
"device_info" : ["Common/Src/DeviceInfo", "rga-v2.6.1"],
"update_check_api" : ["Common/Src/update_check_api", "v2.0.1"],
# Src.
"adl_util" : ["Common/Src/ADLUtil", "master"],
"dynamic_library_module" : ["Common/Src/DynamicLibraryModule", "master"],
Expand Down

0 comments on commit 9f2cd76

Please sign in to comment.