Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
"_comment": "Upstream doesn't officially support 32-bit platforms and warns about it",
"fatal_warnings": false
},
"cppbor": {
"_comment": "MSVC x86 build fails due to missing openssl.",
"alpine_packages": [
"openssl-dev"
]
},
"cpputest": {
"build_options": [
"cpputest:enable_cpputest_extensions=true",
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,14 @@
"0.3.3-1"
]
},
"cppbor": {
"dependency_names": [
"cppbor"
],
"versions": [
"1.0.0-1"
]
},
"cpputest": {
"dependency_names": [
"cpputest"
Expand Down
8 changes: 8 additions & 0 deletions subprojects/cppbor.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[wrap-file]
directory = libcppbor-1.0.0
source_url = https://gitlab.com/viperscience/libcppbor/-/archive/1.0.0/libcppbor-1.0.0.tar.gz
source_filename = libcppbor-1.0.0.tar.gz
source_hash = 6fc328fe45f16f4d8ae9778d2d988d722ee6cc1222b27e6422060334dcd2e6c5

[provide]
dependency_names = cppbor
Loading