We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v21.10.mlnx branch bluefield build seems to be broken:
Normally it should be buildable
make -j Could not find any valid candidate for cross files: config/arm/arm64_bluefield_linux_native_gcc ERROR: Cannot find specified cross file: config/arm/arm64_bluefield_linux_native_gcc make[1]: *** [Makefile:172: /home/ubuntu/spdk_mlx/dpdk/build-tmp] Error 1 make: *** [/home/ubuntu/spdk_mlx/mk/spdk.subdirs.mk:44: dpdkbuild] Error 2
You refer to the file you create during CI probably:
./dpdkbuild/Makefile:DPDK_OPTS += --cross-file=config/arm/arm64_bluefield_linux_native_gcc ./.ci/dpdk_patch.sh:cat << EOF > dpdk/config/arm/arm64_bluefield_linux_native_gcc
put this file into repository instead of generating it with the patching script or provide instructions how to build running dpdk_patch.sh manually.
Try to build branch manually according to README on the bluefield
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v21.10.mlnx branch bluefield build seems to be broken:
Expected Behavior
Normally it should be buildable
Current Behavior
You refer to the file you create during CI probably:
Possible Solution
put this file into repository instead of generating it with the patching script or provide instructions how to build running
dpdk_patch.sh manually.
Steps to Reproduce
Try to build branch manually according to README on the bluefield
The text was updated successfully, but these errors were encountered: