Replies: 3 comments
-
cc: @ivotron |
Beta Was this translation helpful? Give feedback.
-
hi @tjliupeng, we are aware of those failures but unfortunately haven't been able to work on a fix due to time constraints. An alternative to building locally would be to build using meson. There is an experimental branch https://github.com/redpanda-data/redpanda/commits/meson that adds support for this. So on 22.04, you can execute the commands that are listed here 7d005d0#diff-4f6ee57770d5392be8d0aa066b091db34e125e7ee211bb7ad47897ba7974a3f1R24-R49 and redpanda should build fine! cc: @dotnwat |
Beta Was this translation helpful? Give feedback.
-
Hey @tjliupeng thanks for being patient with us! @dotnwat fixed up these compilation issues and the build should work now. Can you give it a whirl at HEAD of the dev branch and confirm that? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Does the guide in tools/docker/README.md work?
My OS is ubuntu 22.04. I follow the guide and download the docker image. When I run the followed command
docker run --rm -ti --privileged --ipc=host -v $PWD:$PWD:Z -w $PWD vectorized/redpanda-toolchain ./build.sh
I get the error:
.......
ache size 87.3 MB
max cache size 5.0 GB
Statistics zeroed
++ which go
./build.sh: line 24: which: command not found
Then the docker exits.
Beta Was this translation helpful? Give feedback.
All reactions