Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit f997802

Browse files
committed
Remove script for updating vcpg's PMDK version
Vcpkg already has PMDK 1.8
1 parent 8208187 commit f997802

3 files changed

Lines changed: 1 addition & 33 deletions

File tree

.github/workflows/gha.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
VCPKG_DEFAULT_TRIPLET: x64-windows
5858
GENERATOR: "Visual Studio 16 2019"
5959
ARCH: "x64"
60-
PMDK_VERSION: "1.7"
60+
PMDK_VERSION: "1.8"
6161
CMAKE_TOOLCHAIN_FILE: "C:\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
6262
CMAKE_INSTALL_PREFIX: "C:\\install\\libpmemobj-cpp"
6363
WORKDIR: "D:\\a\\libpmemobj-cpp\\libpmemobj-cpp\\"
@@ -87,13 +87,6 @@ jobs:
8787
- name: Clone the git repo
8888
uses: actions/checkout@v1
8989

90-
- name: Update vcpkg's pmdk version
91-
working-directory: C:\\vcpkg
92-
run: |
93-
git checkout 2019.11
94-
git apply -v "${env:WORKDIR}\\.github\\workflows\\update_pmdk\\portfile.cmake.patch"
95-
Copy-Item -Path "${env:WORKDIR}\\.github\\workflows\\update_pmdk\\controlfile" -Destination "C:\\vcpkg\\ports\\pmdk\\CONTROL"
96-
9790
- name: Install PMDK
9891
run: |
9992
vcpkg install pmdk:x64-windows

.github/workflows/update_pmdk/controlfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/update_pmdk/portfile.cmake.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)