Skip to content
Snippets Groups Projects
Unverified Commit 2e193edb authored by Krzysztof Czuryło's avatar Krzysztof Czuryło Committed by GitHub
Browse files

Merge pull request #2696 from krzycz/common-libfabric_1.6

common: prepare for libfabric v1.6.0
parents 82a8572f b3a53aeb
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,6 @@ PMEMPOOL_TESTS = \
RPMEM_TESTS = \
rpmem_addr\
rpmem_addr_ext\
rpmem_basic\
rpmem_fip\
rpmem_obc\
......@@ -267,6 +266,10 @@ RPMEM_TESTS = \
rpmemd_obc\
rpmemd_util
# XXX: temporarily skip this test, as it fails with libfabric 1.6.0
# rpmem_addr_ext
VMEM_TESTS = \
vmem_aligned_alloc\
vmem_calloc\
......
#!/usr/bin/env bash
#
# Copyright 2016-2017, Intel Corporation
# Copyright 2016-2018, Intel Corporation
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
......@@ -37,7 +37,7 @@
set -e
# Keep in sync with requirements in src/common.inc.
libfabric_ver=1.4.2
libfabric_ver=1.6.0rc2
libfabric_url=https://github.com/ofiwg/libfabric/archive
libfabric_dir=libfabric-$libfabric_ver
libfabric_tarball=v${libfabric_ver}.zip
......
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