summarylogtreecommitdiffstats
path: root/dont_install_isolate.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dont_install_isolate.patch')
-rw-r--r--dont_install_isolate.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dont_install_isolate.patch b/dont_install_isolate.patch
new file mode 100644
index 000000000000..e7556bfad7a9
--- /dev/null
+++ b/dont_install_isolate.patch
@@ -0,0 +1,24 @@
+--- src/cms/prerequisites.py 2023-02-03 20:07:08.513538486 +0100
++++ prerequisites.py 2023-02-03 20:06:48.243380178 +0100
+@@ -232,11 +232,7 @@
+
+
+ def build():
+- """This function builds all the prerequisites by calling:
+- - build_isolate
+-
+- """
+- build_isolate()
++ pass
+
+
+ def install_conf():
+@@ -299,8 +295,6 @@
+ subprocess.check_call(["sudo", "-E", "-u", real_user,
+ sys.executable, sys.argv[0], "build"])
+
+- install_isolate()
+-
+ # We set permissions for each manually installed files, so we want
+ # max liberty to change them.
+ old_umask = os.umask(0o000)