Skip to content
Snippets Groups Projects
Unverified Commit e3475d2b authored by Weronika Lewandowska's avatar Weronika Lewandowska Committed by GitHub
Browse files

Merge pull request #5420 from tszczyp/CI_GHA_buildPMDK_hotfix

common: fix for building PMDK on SLES self-hosted runners in GHA
parents e92fa315 a6666554
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ set -eo pipefail
function build_pmdk {
echo "********** make pmdk **********"
cd ${PMDK_PATH} && make clean
cd ${PMDK_PATH} && make EXTRA_CFLAGS=-DUSE_VALGRIND -j$(nproc)
cd ${PMDK_PATH} && make EXTRA_CFLAGS=-DUSE_VALGRIND
echo "********** make pmdk test **********"
cd ${PMDK_PATH}/ && make test
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment