Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
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
12 changes: 0 additions & 12 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +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: 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
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/images/Dockerfile.archlinux-base-latest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2016-2020, Intel Corporation

#
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.
#

Expand Down