From 202b690fc5b0e837a17a28da18c91e49d5c66088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Mon, 25 May 2020 09:38:29 +0200 Subject: [PATCH 1/2] add missing comment's char --- utils/docker/images/Dockerfile.archlinux-base-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker/images/Dockerfile.archlinux-base-latest b/utils/docker/images/Dockerfile.archlinux-base-latest index 57bbeb1782..5ca935bae0 100644 --- a/utils/docker/images/Dockerfile.archlinux-base-latest +++ b/utils/docker/images/Dockerfile.archlinux-base-latest @@ -30,7 +30,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -Dockerfile - a 'recipe' for Docker to build an image of archlinux-based +# Dockerfile - a 'recipe' for Docker to build an image of archlinux-based # environment prepared for running libpmemobj-cpp tests. # From 278be2dfd32f4827e03c9232da9f0654bb99c09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Tue, 16 Jun 2020 13:37:00 +0200 Subject: [PATCH 2/2] get rid of old WA for vcpkg and use latest release instead --- .github/workflows/gha.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/gha.yml b/.github/workflows/gha.yml index 224215edc9..397af12252 100644 --- a/.github/workflows/gha.yml +++ b/.github/workflows/gha.yml @@ -91,12 +91,6 @@ jobs: with: fetch-depth: 50 - - name: Use old vcpkg for pmdk to build properly - working-directory: C:/vcpkg - run: | - git fetch --unshallow --tags - git checkout 6709d3d7d0cba96508ba3606f810ab562ea32556 - - name: Install PMDK run: | vcpkg install pmdk:x64-windows