Skip to content
Merged
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
29 changes: 29 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/libarchive/libarchive",
"commitHash": "b439d586f53911c84be5e380445a8a259e19114c"
}
}
},
{
"component": {
"type": "other",
Expand All @@ -22,6 +31,26 @@
}
}
},
{
"component": {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this stay on the feature branch for now ? We don't use boost in master

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just trying to avoid having to submit two PR's.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok that's probably OK for now then

"type": "git",
"git": {
"repositoryUrl": "https://github.com/boostorg/boost",
"commitHash": "1bed2b0712b2119f20d66c5053def9173c8462a5"
}
}
},
Comment thread
benhillis marked this conversation as resolved.
{
"component": {
"type": "other",
"other": {
"name": "boost",
"version": "1.90.0",
"downloadUrl": "https://archives.boost.io/release/1.90.0/source/boost_1_90_0.tar.gz",
"hash": "sha256:5e93d582aff26868d581a52ae78c7d8edf3f3064742c6e77901a1f18a437eea9"
}
}
},
{
"component": {
"type": "other",
Expand Down