Skip to content

Commit cedf863

Browse files
committed
DAOS-623 build: fix PMDK source code origin
PMDK source code location has been changed as the original project on github was archived. The new home is https://github.com/daos-stack/pmdk.git Stable version used in validation is 2.1.2. Signed-off-by: Tomasz Gromadzki <[email protected]>
1 parent 4310fa6 commit cedf863

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/build.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ component=daos
44
[commit_versions]
55
argobots=v1.2
66
fuse=fuse-3.16.2
7-
pmdk=2.1.0
7+
pmdk=2.1.2
88
isal=v2.30.0
99
isal_crypto=v2.24.0
1010
spdk=v22.01.2
@@ -16,7 +16,7 @@ ucx=v1.14.1
1616
[repos]
1717
argobots=https://github.com/pmodels/argobots.git
1818
fuse=https://github.com/libfuse/libfuse.git
19-
pmdk=https://github.com/pmem/pmdk.git
19+
pmdk=https://github.com/daos-stack/pmdk.git
2020
isal=https://github.com/intel/isa-l.git
2121
isal_crypto=https://github.com/intel/isa-l_crypto.git
2222
spdk=https://github.com/spdk/spdk.git
@@ -29,5 +29,4 @@ ucx=https://github.com/openucx/ucx.git
2929
spdk=https://github.com/spdk/spdk/commit/b0aba3fcd5aceceea530a702922153bc75664978.diff,https://github.com/spdk/spdk/commit/445a4c808badbad3942696ecf16fa60e8129a747.diff
3030
fuse=https://github.com/libfuse/libfuse/commit/c9905341ea34ff9acbc11b3c53ba8bcea35eeed8.diff
3131
mercury=https://github.com/mercury-hpc/mercury/commit/0a7756d4ef2f329fa7caa8e4052a099a91816f2f.diff,https://github.com/mercury-hpc/mercury/commit/e9eff75beee31bce6e8d6ea6841652f453a26d71.diff,https://github.com/mercury-hpc/mercury/commit/be5f9eb8415e46cfe9e12dcf5b82db67fccb34d2.diff,https://github.com/mercury-hpc/mercury/commit/2b6ce8622706195a6d432b77ba9c5b7b013bea76.diff,https://github.com/mercury-hpc/mercury/commit/f62eeb5273f8cd47b9a0ca2e0bfd7c0e9518f0b8.diff
32-
pmdk=https://github.com/pmem/pmdk/commit/2abe15ac0b4eed894b6768cd82a3b0a7c4336284.diff
3332
argobots=https://github.com/pmodels/argobots/pull/397/commits/411e5b344642ebc82190fd8b125db512e5b449d1.diff,https://github.com/pmodels/argobots/commit/bb0c908abfac4bfe37852eee621930634183c6aa.diff

0 commit comments

Comments
 (0)