File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
shell : ' bash'
97
97
run : |
98
98
export VCPKG_DISABLE_METRICS=1
99
- brew install bash ninja
99
+ brew install bash ninja cmake
100
100
101
101
# Setup NuGet authentication
102
102
mono "$(${VCPKG_ROOT}/vcpkg fetch nuget | tail -n 1)" setapikey \
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ if("liftingbits-llvm" IN_LIST FEATURES)
5
5
vcpkg_from_github(
6
6
OUT_SOURCE_PATH SOURCE_PATH
7
7
REPO trail-of-forks/llvm-project
8
- REF d7dfdd560d056f80ce3225e97907f0ef07508dd9
9
- SHA512 cad3de5e5522c217f2f94cc8755812d4c4c13160e84361288eff04c44ef42a3c92a8a7847bba70838a629e0089352d908466844622efee081ed004565b6b453b
8
+ REF da128b13b3d8b94b90ef30efaa56bbaeb624d49f
9
+ SHA512 2e5f661314778a8e3f0aa6ad240eef219d7e1d2b1cd6f37357f1a909886da15f7a1c104f5dda8c897b7df47d2da30608a307f1f494e4045830365f388246ac25
10
10
HEAD_REF main
11
11
PATCHES
12
12
0001-Fix-install -paths .patch
Original file line number Diff line number Diff line change 5
5
"homepage" : " https://llvm.org" ,
6
6
"license" : " Apache-2.0" ,
7
7
"supports" : " !uwp & !(arm & windows)" ,
8
- "port-version" : 1 ,
8
+ "port-version" : 2 ,
9
9
"dependencies" : [
10
10
{
11
11
"name" : " vcpkg-cmake" ,
You can’t perform that action at this time.
0 commit comments