| 4d0ed159 | 20-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add lcov to freebsd dependencies
Since 5bba19516f removed lcov from pkgdep/git we need to make sure pkgdep can still provide it for all supported distro; since 11abc273db and 5994802
scripts/pkgdep: Add lcov to freebsd dependencies
Since 5bba19516f removed lcov from pkgdep/git we need to make sure pkgdep can still provide it for all supported distro; since 11abc273db and 599480221d lcov is mandatory for autotest to successfully complete.
Change-Id: I4d0ff032445f47e67339183e48ced7e8a3c8faf7 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24973 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.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 ...
|
| 6f4e195f | 19-Sep-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add patchelf to ubuntu dependencies
This tool is unconditionally used by spdk.common.mk and is already part of fedora dependencies so make sure ubuntu is aligned.
Change-Id: I945abe
scripts/pkgdep: Add patchelf to ubuntu dependencies
This tool is unconditionally used by spdk.common.mk and is already part of fedora dependencies so make sure ubuntu is aligned.
Change-Id: I945abe077fb450e5a41448dfff3187849af04589 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24968 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
show more ...
|
| 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 ...
|
| 0cdba6b1 | 22-Aug-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Don't update lib links after liburing installation
liburing's install target already puts all needed links in place. In case there's a different version available on the system, exec
scripts/pkgdep: Don't update lib links after liburing installation
liburing's install target already puts all needed links in place. In case there's a different version available on the system, executing plain ldconfig may revert these links, pointing at a different version than user may expect.
Still, this is just a mitigation. The assumption here is that install_liburing() is called in a "clean" environment. Any potential conflicts should be resolved by system's admin as we should not touch anything that was already pre installed on the target system.
Change-Id: I8137dfde13e1d2696aaff84535cce647f552d8ad Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24650 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 34edd9f1 | 10-Jul-2024 |
Kamil Godzwon <kamilx.godzwon@intel.com> |
general: fix misspells and typos
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Iab206ef526eb7032c6681a3145450010c91705a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+
general: fix misspells and typos
Signed-off-by: Kamil Godzwon <kamilx.godzwon@intel.com> Change-Id: Iab206ef526eb7032c6681a3145450010c91705a4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24120 Community-CI: Mellanox Build Bot Reviewed-by: Karol Latecki <karol.latecki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.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 ...
|
| 357d98ae | 13-May-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Add support for shfmt-v3.8.0
This requires a little bit of a dance to keep using it under all the distros we still support.
Introduce an _install_shfmt() wrapper which by default wi
scripts/pkgdep: Add support for shfmt-v3.8.0
This requires a little bit of a dance to keep using it under all the distros we still support.
Introduce an _install_shfmt() wrapper which by default will try to fetch release binary from github (default for all linux distro). In second "build" mode, it will try to build shfmt under the go version which our pkgdep supports - this is needed for FreeBSD since upstream doesn't provide binaries for this distro anymore.
The end goal would be to squash everything into "build" mode but this requires testing across all the Linux distros so it will be done in later patches.
Change-Id: Ie2ff1a08e20b729814b5e8446e922425b5e5da7c Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23086 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
| 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 ...
|
| 89d49f77 | 17-Mar-2023 |
Michal Berger <michal.berger@intel.com> |
pkgdep/debian: Handle PEP 668
Use common, dedicated path for virtual environment to accomodate for potentially multi-user system. This is now required, unless "--break-system-packages" opt is used w
pkgdep/debian: Handle PEP 668
Use common, dedicated path for virtual environment to accomodate for potentially multi-user system. This is now required, unless "--break-system-packages" opt is used with pip to override it.
Our dependencies would definitely not break the system, but since the name of this opt sounds quite ominous let's adhere to what's recommended.
Change-Id: I92c69c9a9df5a577fb8daf4666856bcf9aef70e0 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17267 Community-CI: Mellanox Build Bot Reviewed-by: Kamil Godzwon <kamilx.godzwon@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| bfb76280 | 26-Apr-2024 |
Michal Berger <michal.berger@intel.com> |
pkgdep/helpers: Move helper functions to dedicated helpers.sh
This is done to make sure all other pieces, not only common.sh, have access to these functions.
Change-Id: I465ffa4a0e18f10a86ac1617aad
pkgdep/helpers: Move helper functions to dedicated helpers.sh
This is done to make sure all other pieces, not only common.sh, have access to these functions.
Change-Id: I465ffa4a0e18f10a86ac1617aad868e5add7633a Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22953 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 18506bf1 | 22-May-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Make sure supported version of golangci-lint is installed
golangci-lint's install.sh always attempts to install latest release unless explicitly told which TAG to use. Having that in
scripts/pkgdep: Make sure supported version of golangci-lint is installed
golangci-lint's install.sh always attempts to install latest release unless explicitly told which TAG to use. Having that in mind, pass our $lintversion on its cmdline.
Best way to avoid similar mishaps is to avoid using interim scripts like that and fetch needed pieces directly.
Change-Id: Id4060bf324cef0a164c70fe3f1690d5ec8da74a6 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23290 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Marek Chomnicki <marek.chomnicki@intel.com>
show more ...
|
| c3870302 | 13-May-2024 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Fix install_shfmt() under FreeBSD
The arch check under FreeBSD was unfortunately broken since fe09e7d494. Fix it.
Change-Id: Ie43f0614c4380669c8709dadff80bd5dd82ff9ad Signed-off-by:
scripts/pkgdep: Fix install_shfmt() under FreeBSD
The arch check under FreeBSD was unfortunately broken since fe09e7d494. Fix it.
Change-Id: Ie43f0614c4380669c8709dadff80bd5dd82ff9ad Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23085 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 13603217 | 27-Apr-2024 |
Zhangfei Gao <zhangfei.gao@linaro.org> |
accel/dpdk_cryptodev: Support uadk crypto pmd
Add support of UADK Crypto Poll Mode Driver to accel/dpdk_cryptodev.
Build: ./configure --with-dpdk-uadk --with-crypto make
Run ./build/bin/spdk_tgt -
accel/dpdk_cryptodev: Support uadk crypto pmd
Add support of UADK Crypto Poll Mode Driver to accel/dpdk_cryptodev.
Build: ./configure --with-dpdk-uadk --with-crypto make
Run ./build/bin/spdk_tgt -m 0xf0 --wait-for-rpc
./scripts/rpc.py dpdk_cryptodev_scan_accel_module ./scripts/rpc.py dpdk_cryptodev_set_driver -d crypto_uadk ./scripts/rpc.py accel_assign_opc -o encrypt -m dpdk_cryptodev ./scripts/rpc.py accel_assign_opc -o decrypt -m dpdk_cryptodev ./scripts/rpc.py framework_start_init
Change-Id: I73b763bdcf16c172501a3c2e785450401e8d54b2 Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22979 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
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 ...
|
| 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 ...
|
| 82c64b67 | 28-Nov-2023 |
Kanika Nema <kanika.nema@gmail.com> |
scripts/pkgdep: Add support for Mariner (Az Linux) distro
CBL-Mariner a.k.a. Azure Linux is an open-source Linux distribution developed by Microsoft (https://github.com/microsoft/CBL-Mariner). This
scripts/pkgdep: Add support for Mariner (Az Linux) distro
CBL-Mariner a.k.a. Azure Linux is an open-source Linux distribution developed by Microsoft (https://github.com/microsoft/CBL-Mariner). This update introduces a new script for installing the necessary package dependencies to compile SPDK on the Mariner distribution. Release 2.0 has the ID set to 'mariner', starting with v3.0 release, the ID will be set to 'azurelinux'.
Change-Id: I027dc3f944f4e87aaf50d57f29b85a8eba45eab2 Signed-off-by: Kanika Nema <kanika.nema@gmail.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20742 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| 24448ea7 | 20-Oct-2023 |
Michal Berger <michal.berger@intel.com> |
pkgdep/freebsd: Drop support for RBD deps
The Ceph port has been marked as broken and deprecated as per: https://www.freshports.org/net/ceph14/
Since we don't even run RBD|Ceph based tests under Fr
pkgdep/freebsd: Drop support for RBD deps
The Ceph port has been marked as broken and deprecated as per: https://www.freshports.org/net/ceph14/
Since we don't even run RBD|Ceph based tests under FreeBSD there is no point in maintaining these packages on the pkgdep side.
Change-Id: I9c6fe59ee0fd6499a8005d17a0c67c50c01d09f1 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20378 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot
show more ...
|
| 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 ...
|
| 2fca5274 | 27-Sep-2023 |
Michal Berger <michal.berger@intel.com> |
scripts/pkgdep: Make golang-related installers aware of FreeBSD
Make sure install_golang() can fetch proper package for FreeBSD. Also, skip install_protoc() under FreeBSD since protobuf doesn't prov
scripts/pkgdep: Make golang-related installers aware of FreeBSD
Make sure install_golang() can fetch proper package for FreeBSD. Also, skip install_protoc() under FreeBSD since protobuf doesn't provide release package for it (it can be installed via pkg but we can't really guarantee the right version, hence not putting it in as a dependency).
Change-Id: I50e07cdabc924e0e99805a46ca79a754a5f213b4 Signed-off-by: Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20087 Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|