mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
7d693d2446
Fix one of https://github.com/microsoft/vcpkg/issues/32398 issue. The local test is compiled and passed under Linux. However, there is no clang compiler on the CI environment, causing the compilation to fail, so the restrictions in ci.baseline.txt cannot be lifted. - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] ~~SHA512s are updated for each updated download.~~ - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. Compile test pass with following triplets: ``` x64-linux x64-windows ```
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "chakracore",
|
|
"version-date": "2022-11-09",
|
|
"port-version": 7,
|
|
"description": "Core part of the Chakra Javascript engine",
|
|
"homepage": "https://github.com/Microsoft/ChakraCore",
|
|
"license": "MIT",
|
|
"supports": "!osx & !uwp & (linux | !static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"features": [
|
|
"pkg-config"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|