When I can get this to build and work its a good profiler.
On ArchLinux its painful to build.
For the current (19/06/2022 uk dates) main tag:
:~/aur/orbit $ git diff
diff --git a/conanfile.py b/conanfile.py
index bd7e53710..66387e413 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,8 +36,8 @@ class OrbitConan(ConanFile):
"debian_packaging": False,
"fPIC": True,
"crashdump_server": "",
- "with_crash_handling": True,
- "run_tests": True,
+ "with_crash_handling": False,
+ "run_tests": False,
"run_python_tests": False,
"build_target": None,
"deploy_opengl_software_renderer": False}
Also need to:
export PATH=$HOME/.local/bin:$PATH
Comments
Post a Comment