Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opentracing] Update VMs 2020-12 #15151

Merged
merged 18 commits into from Dec 22, 2020
Merged

Conversation

BillyONeal
Copy link
Member

No description provided.

@BillyONeal
Copy link
Member Author

@PhoebeHui @JonLiu1993 No point reviewing right now because I'm still working on making it actually work :)

@PhoebeHui
Copy link
Contributor

Sure, list additional packages required in VM.

PR Platform Package
14547  14545 osx nasm
14228 osx gperf
14774 linux libasound2-dev
14412 all open ftp port 21 or alternate host site

@BillyONeal
Copy link
Member Author

@PhoebeHui osx isn't in Azure so it won't be part of this update, but it'll be right after. 14412 is already here. I'll take note to look to address 14774

@JackBoosY
Copy link
Contributor

We need install xcode and vulkan on our osx pipeline machine too. See #14819.

@NancyLi1013
Copy link
Contributor

NancyLi1013 commented Dec 16, 2020

Please help install libxcb-res0-dev on Linux platform, which is required in #13467.

Edit: I noticed this library has been added to this PR. Please ignore this comment. Thanks for your help.

@BillyONeal BillyONeal force-pushed the update_vms branch 3 times, most recently from 1b1fa5b to 9ad7b4a Compare December 16, 2020 22:03
@BillyONeal
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BillyONeal BillyONeal force-pushed the update_vms branch 2 times, most recently from e6e421b to b93ceec Compare December 18, 2020 05:54
@BillyONeal BillyONeal added category:infrastructure Pertaining to the CI/Testing infrastrucutre info:internal This PR or Issue was filed by the vcpkg team. and removed depends:vm-update PR contains changes to the VM provisioning scripts labels Dec 18, 2020
@BillyONeal BillyONeal changed the title Update VMs 2020-12 [opentracing] Update VMs 2020-12 Dec 18, 2020
@BillyONeal BillyONeal marked this pull request as ready for review December 19, 2020 01:28
@BillyONeal
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BillyONeal
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@JackBoosY JackBoosY added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Dec 22, 2020
… to generate SAS token rather than File Share
…pected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled.

Fixes:
C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001).

Fixes:
D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error]
    try {
    ^
…hat inserted /WX.

Note that this port sets /GS-, possibly because it may be for authoring shellcode.
@BillyONeal BillyONeal merged commit 229f537 into microsoft:master Dec 22, 2020
@BillyONeal BillyONeal deleted the update_vms branch December 22, 2020 22:53
Jimmy-Hu added a commit to Jimmy-Hu/vcpkg that referenced this pull request Dec 23, 2020
[opentracing] Update VMs 2020-12 (microsoft#15151)
ryukw7 pushed a commit to ryukw7/vcpkg that referenced this pull request Dec 24, 2020
* Add meson from microsoft#12860

* Add autoconf-archive from microsoft#13081

* Add kf5windowsystem libs from microsoft#13467

* Open the FTP and SFTP ports from microsoft#14412

* Add libxcb-util0-dev from microsoft#14678

* Add libasound2-dev from microsoft#14774

* Remove no longer necessary apt-mark calls.

* Update nasm on Linux.

* Fix longstanding bug where Storage was publicly accessible and change to generate SAS token rather than File Share

* Delete no longer necessary azure storage firewall rules.

* Install the newer Windows SDK with the VS installer instead of manually.

* Install the VS2015 and VS2017 compilers.

* Update Powershell-Core to 7.1.0.

* Update source of WDK.

* Update pools.

* [opentracing] Repair arm64-windows failures caused by mojibake in `expected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled.

Fixes:
C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001).

Fixes:
D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error]
    try {
    ^

* [mmloader] Patch out overrides of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS that inserted /WX.

Note that this port sets /GS-, possibly because it may be for authoring shellcode.

* Bump storage API version to 2020-04-08.
strega-nil pushed a commit to strega-nil/vcpkg that referenced this pull request May 5, 2021
* Add meson from microsoft#12860

* Add autoconf-archive from microsoft#13081

* Add kf5windowsystem libs from microsoft#13467

* Open the FTP and SFTP ports from microsoft#14412

* Add libxcb-util0-dev from microsoft#14678

* Add libasound2-dev from microsoft#14774

* Remove no longer necessary apt-mark calls.

* Update nasm on Linux.

* Fix longstanding bug where Storage was publicly accessible and change to generate SAS token rather than File Share

* Delete no longer necessary azure storage firewall rules.

* Install the newer Windows SDK with the VS installer instead of manually.

* Install the VS2015 and VS2017 compilers.

* Update Powershell-Core to 7.1.0.

* Update source of WDK.

* Update pools.

* [opentracing] Repair arm64-windows failures caused by mojibake in `expected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled.

Fixes:
C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001).

Fixes:
D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error]
    try {
    ^

* [mmloader] Patch out overrides of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS that inserted /WX.

Note that this port sets /GS-, possibly because it may be for authoring shellcode.

* Bump storage API version to 2020-04-08.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:infrastructure Pertaining to the CI/Testing infrastrucutre category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants