Kengo Seki created BIGTOP-3664:
----------------------------------
Summary: Building components in Docker requires additional
parameters on Fedora 35
Key: BIGTOP-3664
URL: https://issues.apache.org/jira/browse/BIGTOP-3664
Project: Bigtop
Issue Type: Bug
Components: build, docker
Reporter: Kengo Seki
Fix For: 3.1.0
A follow-up for BIGTOP-3658. As reported in
[https://github.com/apache/bigtop/pull/880#issuecomment-1083073140], building
components in Docker seems to require the following options on Fedora 35.
{code:java}
--tmpfs /run --tmpfs /tmp --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw
{code}
The {{./gradlew *-ind}} commands should compensate these options, or it should
be documented somewhere at least.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)