Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1 |
|
#
6fac5aab |
| 13-Aug-2024 |
Yankun Li <845245370@qq.com> |
script/pkgdep: add the lz4 library for accel compression
lz4 is a very fast compression package, it will be added to accel, here you need to update the CI image to install lz4 development kit.
Base
script/pkgdep: add the lz4 library for accel compression
lz4 is a very fast compression package, it will be added to accel, here you need to update the CI image to install lz4 development kit.
Based on this patch, functions supporting lz4 compression and decompression will be developed in accel sw.
Change-Id: I320ee06fd709c9cf59eb43affb44d3aab5ea3de3 Signed-off-by: Yankun Li <845245370@qq.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24550 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
#
b8378f94 |
| 11-Jun-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Set yum's skip_if_unavailable=True under rocky8
Some repos, like CentOS-8-stream - Ceph Pacific, may not work properly either because they are simply broken or lost their support.
R
scripts/pkgdep: Set yum's skip_if_unavailable=True under rocky8
Some repos, like CentOS-8-stream - Ceph Pacific, may not work properly either because they are simply broken or lost their support.
Regardless the reason, slap skip_if_unavailable during yum's runtime under rocky8 to make sure the lack of single repo doesn't break entire provisioning.
Change-Id: If6fa6990f25807ab5a0372c1863fc4a638f80689 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23599 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1 |
|
#
b10f50b0 |
| 09-May-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add pkg-config package to {rhel,debian}-based distros
Some distros provide it as a dependency for other packages we installed, some ship it by default and some force us to install it
scripts/pkgdep: Add pkg-config package to {rhel,debian}-based distros
Some distros provide it as a dependency for other packages we installed, some ship it by default and some force us to install it explicitly. Since our build infra depend on it, add it to pkgdep.
Change-Id: I053a8700f73db8badc17aa25962d459937d9fd67 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23082 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
#
6b2f265f |
| 29-Apr-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Don't try to install accel dependencies under centos7
Not only this package is not available there but the default kernel shipped with centos7 doesn't support idxd.
Change-Id: I774f
scripts/pkgdep: Don't try to install accel dependencies under centos7
Not only this package is not available there but the default kernel shipped with centos7 doesn't support idxd.
Change-Id: I774feb46ba37f4c964f89ff9f9d5c7ae03d13538 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22970 Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
show more ...
|
#
44dcf4fb |
| 12-Apr-2024 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
pkgdep/idxd: Add dependency for accel-config used in kernel IDXD
accel-config-devel is required for kernel IDXD implementation, used in DSA accel module. This is already requirement to build it, but
pkgdep/idxd: Add dependency for accel-config used in kernel IDXD
accel-config-devel is required for kernel IDXD implementation, used in DSA accel module. This is already requirement to build it, but was never added to pkgdep.
accel-config - a tool to configure IDXD kernel module is pulled in as a dependency too.
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I9a3e040b819f37fe2181001fdb5e4fd920c97e2f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22767 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Marcin Spiewak <marcin.spiewak@intel.com>
show more ...
|
#
5e75b913 |
| 26-Mar-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Simplify mdl installation
On subsequent executions, the main check might have falsely assumed mdl is installed even though gem installs might have failed during the first run.
Move
scripts/pkgdep: Simplify mdl installation
On subsequent executions, the main check might have falsely assumed mdl is installed even though gem installs might have failed during the first run.
Move core dependencies to packaged versions. In practice, mdl is used solely for check_format which is executed under fedora, but we have been courteously providing support for it under ubuntu and freebsd so add it there as well.
Change-Id: I6b6a621e8e0dad0be78d879c7558e92cc0f5f02d Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22465 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
b538e6ef |
| 26-Feb-2024 |
Eugene Kobyak <eugene.kobyak@intel.com> |
python/rpc: Install required libs for python.
These libs are reqiured for rpc docs generation in Python
Change-Id: Ia9c117831bd16ee2e6014071b983262969b28aa1 Signed-off-by: Eugene Kobyak <eugene.kob
python/rpc: Install required libs for python.
These libs are reqiured for rpc docs generation in Python
Change-Id: Ia9c117831bd16ee2e6014071b983262969b28aa1 Signed-off-by: Eugene Kobyak <eugene.kobyak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22038 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
Revision tags: LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
#
6610b3e4 |
| 23-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
module/keyring: add linux keyring module
This module uses the keyutils library to fetch keys managed by the Linux kernel keyring. The keys are created implicitly in the probe_key() callback. For n
module/keyring: add linux keyring module
This module uses the keyutils library to fetch keys managed by the Linux kernel keyring. The keys are created implicitly in the probe_key() callback. For now, they need to be attached to the kernel's keyring before requesting them. The following patches will add the ability to specify callout information which will allow the kernel to instantiate the keys if they're unavailable.
Change-Id: I0aedd19247c6c35f22bcb61f4b387d5d85b42cdf Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21760 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
da094053 |
| 21-Dec-2023 |
Eugene Kobyak <eugene.kobyak@intel.com> |
python/rpc: Install Jinja2 lib for python.
This lib is required to generate python code dynamically More information: https://trello.com/c/9phmA2QW/486-automatically-generate-python-and-go-structure
python/rpc: Install Jinja2 lib for python.
This lib is required to generate python code dynamically More information: https://trello.com/c/9phmA2QW/486-automatically-generate-python-and-go-structures-for-json-rpc
Change-Id: Ib2f8b12383f9978a6793215a4b838ed2d005749c Signed-off-by: Eugene Kobyak <eugene.kobyak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21130 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
#
9cb9f241 |
| 19-Jan-2024 |
Ben Walker <ben@nvidia.com> |
build: When installing applications, attempt to remove internal rpath
When installed, they'll find their dependencies in the system paths instead. This is best effort - not all executables we instal
build: When installing applications, attempt to remove internal rpath
When installed, they'll find their dependencies in the system paths instead. This is best effort - not all executables we install are elf files (some are Python scripts), and not all distros have patchelf.
Change-Id: Ic576c6ac4a8516d62bb08c0817489de44981a465 Signed-off-by: Ben Walker <ben@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21522 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
#
68b467b7 |
| 18-Dec-2023 |
Jim Harris <jim.harris@samsung.com> |
CONFIG, pkgdep: enable nvme-cuse by default
nvme-cuse was only gated by a configure flag originally because it was experimental. It only requires libfuse3, so since it is no longer experimental this
CONFIG, pkgdep: enable nvme-cuse by default
nvme-cuse was only gated by a configure flag originally because it was experimental. It only requires libfuse3, so since it is no longer experimental this is reasonable to just enable by default.
nvme-cuse is also the only way to use nvme-cli with SPDK, so it is better to just enable it by default for that reason alone.
Note, we are only enabling CONFIG_NVME_CUSE=y in this patch. CONFIG_FUSE (for blobfs) remains disabled by default.
Signed-off-by: Jim Harris <jim.harris@samsung.com> Change-Id: Ie40f2daf60945e6329e91c8f7dd0aac8e8b7baf2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21090 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot
show more ...
|
Revision tags: v23.09 |
|
#
4506cc60 |
| 27-Sep-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add unzip to dependencies
It's required by some of the common installers (e.g. go-related) and some distros, like centos7, rocky8, don't provide it by default. Add to all distros we
scripts/pkgdep: Add unzip to dependencies
It's required by some of the common installers (e.g. go-related) and some distros, like centos7, rocky8, don't provide it by default. Add to all distros we actively support under CI.
Change-Id: Icbc384decbcdd31a562235d60c9628641d9877af Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20088 Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
Revision tags: v24.01-pre, v23.09-rc1 |
|
#
3a0fa0fb |
| 20-Jun-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Adjustments for RHEL9
Change-Id: I9ef852eb48f1d42e2992d402c8cdac697e7c61da Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/sp
scripts/pkgdep: Adjustments for RHEL9
Change-Id: I9ef852eb48f1d42e2992d402c8cdac697e7c61da Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18760 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.05, v23.09-pre, v23.01.1 |
|
#
aadd13f4 |
| 20-Apr-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add support for rocky|centos 9
Also, shuffle DAOS pieces a bit to keep repo handling in one place. Also, also switch ceph repo to an actively supported release, common and available
scripts/pkgdep: Add support for rocky|centos 9
Also, shuffle DAOS pieces a bit to keep repo handling in one place. Also, also switch ceph repo to an actively supported release, common and available for both centos|rocky 8|9 (i.e. pacific).
Change-Id: Idb19e4a5ff80770c7d6f9e6db85f983e163958e6 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17661 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
#
b42295db |
| 06-Mar-2023 |
Marcin Spiewak <marcin.spiewak@intel.com> |
bdev/pmem: Removed bdev pmem implementation
Removed bdev pmem implementation and makefiles Removed bdev pmem rpc calls Updated Python scripts Updated match files for tests Updated doc files pkgdep a
bdev/pmem: Removed bdev pmem implementation
Removed bdev pmem implementation and makefiles Removed bdev pmem rpc calls Updated Python scripts Updated match files for tests Updated doc files pkgdep and doc files will be updated when pmem dependency is removed from libreduce
Change-Id: Ia1be5046159e04cd933ac13a0d5791e6d28219da Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17070 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
Revision tags: v23.01, v23.05-pre, v23.01-rc1 |
|
#
34bc24f1 |
| 11-Jan-2023 |
Jim Harris <james.r.harris@intel.com> |
pkgdep: add avahi package dependencies
This will enable NVMe mDNS discovery implementation and testing in future patches.
Signed-off-by: Parameswaran Krishnamurthy <parameswaran.krishna@dell.com> S
pkgdep: add avahi package dependencies
This will enable NVMe mDNS discovery implementation and testing in future patches.
Signed-off-by: Parameswaran Krishnamurthy <parameswaran.krishna@dell.com> Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ic8de8e463b07b5b9d260781175d117766acdab9e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16254 Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Boris Glimcher <Boris.Glimcher@emc.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
Revision tags: v22.01.2 |
|
#
eb53c232 |
| 02-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --forma
add (c) and SPDX header to bash files as needed
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc)
For intel copyrights added, --follow and -C95% were used.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I2ef86976095b88a9bf5b1003e59f3943cd6bbe4c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15209 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
#
66c590e0 |
| 06-Nov-2022 |
Michal Berger <michal.berger@intel.com> |
pkgdep/rhel: Upgrade pip under centos8, rocky8
Do this prior installing any pip package to make sure they are stable.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I842252fe33b6
pkgdep/rhel: Upgrade pip under centos8, rocky8
Do this prior installing any pip package to make sure they are stable.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I842252fe33b62dddd16858806a7d334cf2139fac Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15292 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
Revision tags: v22.09, v23.01-pre, v22.09-rc1, v22.05, v22.09-pre, v22.05-rc1, v22.01.1, v22.01, v22.01-rc1 |
|
#
8a5d487d |
| 16-Jan-2022 |
Mykola Golub <mykola.golub@clyso.com> |
scripts/pkgdep: add RBD support
Adds "--rbd" option to install build dependencies for the rbd bdev.
This will be used by the Ceph NVMe-oF gateway.
Signed-off-by: Mykola Golub <mykola.golub@clyso.c
scripts/pkgdep: add RBD support
Adds "--rbd" option to install build dependencies for the rbd bdev.
This will be used by the Ceph NVMe-oF gateway.
Signed-off-by: Mykola Golub <mykola.golub@clyso.com> Change-Id: I7926433aaa398873133dfffea3c401ce3c1f7813 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11134 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
#
b35a6f39 |
| 06-Nov-2022 |
Michal Berger <michal.berger@intel.com> |
pkgdep/rhel: Make sure pip3 is installed in first instance
There was a code that attempted to to use pip3 before we try to actually install it. Change the order.
Signed-off-by: Michal Berger <micha
pkgdep/rhel: Make sure pip3 is installed in first instance
There was a code that attempted to to use pip3 before we try to actually install it. Change the order.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I5dc74b79b3adf132589bbf9ef10360d2eeed51ba Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15293 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
#
ecbdca49 |
| 23-Sep-2022 |
Xinliang Liu <xinliang.liu@linaro.org> |
pkgdep: add support for openEuler Linux
OpenEuler Linux although is not compatible with RHEL, but it uses the same package manager DNF as RHEL and references the package naming of RHEL.
OpenEuler L
pkgdep: add support for openEuler Linux
OpenEuler Linux although is not compatible with RHEL, but it uses the same package manager DNF as RHEL and references the package naming of RHEL.
OpenEuler Linux is becoming the mainstream linux distro in China. So adding support for it makes sense. For more details about it see: https://www.openeuler.org/en/.
Fixes: #2713 Change-Id: Ife38a1f897bf6170a0c3ed0a5238ceda018a41f2 Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14639 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: wanghailiang <hailiangx.e.wang@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com>
show more ...
|
#
a342847d |
| 12-Sep-2022 |
Michal Berger <michal.berger@intel.com> |
pkgdep: Add clang packages to rhel-based distros
Currently these packages are installed through (sometimes weak) dependencies. Install them explicitly instead.
Signed-off-by: Michal Berger <michal.
pkgdep: Add clang packages to rhel-based distros
Currently these packages are installed through (sometimes weak) dependencies. Install them explicitly instead.
Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I5d8f7c92be4a74028ce028eef33ec4ac6d2ad792 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14447 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
show more ...
|
#
bcf9753b |
| 15-Jul-2022 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
scripts/pkgdep: DAOS dependency repository has changed
After recent DAOS 2.0.3 release (2022-07-14) repository has changed its location.
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Chan
scripts/pkgdep: DAOS dependency repository has changed
After recent DAOS 2.0.3 release (2022-07-14) repository has changed its location.
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I4ad97844fb529c8dde5e39b751c3d92c69b8c26d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13683 Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot
show more ...
|
#
eb341f67 |
| 20-Jun-2022 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
pkgdep: do not install grpcio modules on Centos7
grpcio, grpcio-tools modules have compilation problem on Centos7 and are not necessary under this OS.
Signed-off-by: Kamil Godzwon <kamilx.godzwon@i
pkgdep: do not install grpcio modules on Centos7
grpcio, grpcio-tools modules have compilation problem on Centos7 and are not necessary under this OS.
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: I2b48a3b1b2deafa983adf83424940ffa6ce7d20e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13070 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
#
777afdf8 |
| 27-Apr-2022 |
Karol Latecki <karol.latecki@intel.com> |
scripts/pkgdep.sh: install DAOS bdev build dependencies
Change-Id: I9b4032656839b5ebc5202b26b97b7882664263ab Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.i
scripts/pkgdep.sh: install DAOS bdev build dependencies
Change-Id: I9b4032656839b5ebc5202b26b97b7882664263ab Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12393 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|