You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2022/04/11 05:31:00 UTC

[jira] [Created] (BIGTOP-3664) Building components in Docker requires additional parameters on Fedora 35

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)