Skip to content

Commit

Permalink
[json-c] Disable tests (microsoft#26450)
Browse files Browse the repository at this point in the history
* Disable json-c tests

* Update versions
  • Loading branch information
dg0yt authored Aug 22, 2022
1 parent e8f9c33 commit 3a484e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ports/json-c/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ vcpkg_from_github(

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/json-c/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-c",
"version-date": "2022-06-26",
"port-version": 1,
"port-version": 2,
"description": "A JSON implementation in C",
"homepage": "https://github.com/json-c/json-c",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3118,7 +3118,7 @@
},
"json-c": {
"baseline": "2022-06-26",
"port-version": 1
"port-version": 2
},
"json-dto": {
"baseline": "0.3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/json-c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2090ebb6a6e0be1d0f6331c266bd0bc6eef1cd57",
"version-date": "2022-06-26",
"port-version": 2
},
{
"git-tree": "c24e9a9cbc53b10a7235087cc58e89924415b281",
"version-date": "2022-06-26",
Expand Down

0 comments on commit 3a484e1

Please sign in to comment.