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

Bump lifting bits llvm #1054

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
shell: 'bash'
run: |
export VCPKG_DISABLE_METRICS=1
brew install bash ninja
brew install bash ninja cmake
# Setup NuGet authentication
mono "$(${VCPKG_ROOT}/vcpkg fetch nuget | tail -n 1)" setapikey \
Expand Down
4 changes: 2 additions & 2 deletions ports/llvm-17/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ if("liftingbits-llvm" IN_LIST FEATURES)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO trail-of-forks/llvm-project
REF d7dfdd560d056f80ce3225e97907f0ef07508dd9
SHA512 cad3de5e5522c217f2f94cc8755812d4c4c13160e84361288eff04c44ef42a3c92a8a7847bba70838a629e0089352d908466844622efee081ed004565b6b453b
REF da128b13b3d8b94b90ef30efaa56bbaeb624d49f
SHA512 2e5f661314778a8e3f0aa6ad240eef219d7e1d2b1cd6f37357f1a909886da15f7a1c104f5dda8c897b7df47d2da30608a307f1f494e4045830365f388246ac25
HEAD_REF main
PATCHES
0001-Fix-install-paths.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://llvm.org",
"license": "Apache-2.0",
"supports": "!uwp & !(arm & windows)",
"port-version": 1,
"port-version": 2,
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
Loading