From 3a518df9e95df1a4190ae53eea423b8fc26a6902 Mon Sep 17 00:00:00 2001 From: Dejan Mircevski Date: Tue, 28 Nov 2023 15:52:49 -0500 Subject: [PATCH 1/3] Mention SELinux in README Docker section ... to get rid of errors like this: Configuration error: config directory doesn't contain a conf.py file (/docs/src/main/sphinx) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a95e04aac1fd..118582736e6a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ information about reporting vulnerabilities. * Mac OS X or Linux * Java 17.0.4+, 64-bit * Docker + * Turn SELinux off on the build host, allowing containers to mount parts of the Trino source tree ## Building Trino From ff226c76754f46c80b03939909ce7898f58e411e Mon Sep 17 00:00:00 2001 From: Dejan Mircevski Date: Tue, 28 Nov 2023 16:38:37 -0500 Subject: [PATCH 2/3] Reword SELinux mention in README.md Thanks @mosabua for the sugestion. Co-authored-by: Manfred Moser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 118582736e6a..7fc649cf0aa8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ information about reporting vulnerabilities. * Mac OS X or Linux * Java 17.0.4+, 64-bit * Docker - * Turn SELinux off on the build host, allowing containers to mount parts of the Trino source tree + * Turn SELinux or other systems disabling write access to the local checkout off, to allow containers to mount parts of the Trino source tree ## Building Trino From dce1fa87c5a705781ab0c07aed6ea0f29bbdbef2 Mon Sep 17 00:00:00 2001 From: Dejan Mircevski Date: Tue, 28 Nov 2023 17:37:06 -0500 Subject: [PATCH 3/3] Wrap new README line at 80 chars --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc649cf0aa8..b59e4ace4b18 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ information about reporting vulnerabilities. * Mac OS X or Linux * Java 17.0.4+, 64-bit * Docker - * Turn SELinux or other systems disabling write access to the local checkout off, to allow containers to mount parts of the Trino source tree + * Turn SELinux or other systems disabling write access to the local checkout + off, to allow containers to mount parts of the Trino source tree ## Building Trino