Skip to content

Commit

Permalink
zydis: new wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Feb 17, 2025
1 parent 9598d67 commit 667cce3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1222,5 +1222,12 @@
"zycore:examples=enabled",
"zycore:tests=enabled"
]
},
"zydis": {
"build_options": [
"zydis:examples=enabled",
"zydis:tests=enabled",
"zydis:tools=enabled"
]
}
}
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -4075,5 +4075,13 @@
"1.5.2-1",
"1.5.1-1"
]
},
"zydis": {
"dependency_names": [
"zydis"
],
"versions": [
"4.1.1-1"
]
}
}
8 changes: 8 additions & 0 deletions subprojects/zydis.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[wrap-file]
directory = zydis-4.1.1
source_url = https://github.com/zyantific/zydis/archive/refs/tags/v4.1.1.tar.gz
source_filename = zydis-4.1.1.tar.gz
source_hash = 45c6d4d499a1cc80780f7834747c637509777c01dca1e98c5e7c0bfaccdb1514

[provide]
dependency_names = zydis

0 comments on commit 667cce3

Please sign in to comment.