Skip to content

Commit

Permalink
[pmdk] Fix linux compilation (#33766)
Browse files Browse the repository at this point in the history
* [pmdk] Add !linux supports

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
  • Loading branch information
JonLiu1993 and Zhao Liu committed Sep 18, 2023
1 parent c9e2aa8 commit 36ff119
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/pmdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pmdk",
"version": "1.12.0",
"port-version": 1,
"port-version": 2,
"description": "Persistent Memory Development Kit",
"homepage": "https://github.com/pmem/pmdk",
"license": "BSD-3-Clause",
"supports": "!(arm | x86)",
"supports": "!(linux | arm | x86)",
"dependencies": [
"getopt",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6458,7 +6458,7 @@
},
"pmdk": {
"baseline": "1.12.0",
"port-version": 1
"port-version": 2
},
"pngpp": {
"baseline": "0.2.10",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pmdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b208389a2bc32898f0f4d13c5f222015ce9bd072",
"version": "1.12.0",
"port-version": 2
},
{
"git-tree": "5dc7f0e5a4d6348ac49617010105730775580f78",
"version": "1.12.0",
Expand Down

0 comments on commit 36ff119

Please sign in to comment.