diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-13 23:39:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 14:39:39 -0700 |
| commit | b312224c7b0a4ce1acade1ac9d03f16a8aee6a44 (patch) | |
| tree | 486a5ec9e52a0a703e11710759e9eba90f79b92d /versions | |
| parent | 2a989021bc44acfe8a100008ac99e8c4565314f9 (diff) | |
| download | vcpkg-b312224c7b0a4ce1acade1ac9d03f16a8aee6a44.tar.gz vcpkg-b312224c7b0a4ce1acade1ac9d03f16a8aee6a44.zip | |
[fastrtps] Update to 2.4.0 (#20645)
* Update fastrtps to 2.4.0
* Update CI baseline
* Fix installation of fast-discovery-server.exe tool
* Update git-tree hash
* Another fix
* Update git-tree hash
* Use vcpkg_replace_string
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Fix indentation
* Update git-tree hash
* Remove double quotes
* update version
* Disable symlinks
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/f-/fastrtps.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d759b6c87..3666faf8b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2081,8 +2081,8 @@ "port-version": 0 }, "fastrtps": { - "baseline": "2.0.1", - "port-version": 1 + "baseline": "2.4.0", + "port-version": 0 }, "fbgemm": { "baseline": "2021-03-18", diff --git a/versions/f-/fastrtps.json b/versions/f-/fastrtps.json index f137e607c..c8285d3e1 100644 --- a/versions/f-/fastrtps.json +++ b/versions/f-/fastrtps.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "54873b953029cdd41ffee26b13af0c661de41462", + "version": "2.4.0", + "port-version": 0 + }, + { "git-tree": "d48d4af7b7082b1a162b136643f6d51dd5b8beba", "version-string": "2.0.1", "port-version": 1 |
