[lldb] Print python3 version as part of machine info Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
diff --git a/zorg/jenkins/build.py b/zorg/jenkins/build.py index c065006..34b93b7 100644 --- a/zorg/jenkins/build.py +++ b/zorg/jenkins/build.py
@@ -1024,6 +1024,7 @@ run_ws(["sw_vers"]) run_ws(["xcodebuild", "-version"]) run_ws(["cmake", "--version"]) + run_ws(["python3", "--version"]) footer()
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-as b/zorg/jenkins/jobs/jobs/lldb-cmake-as index 68732c1..e86ef3b 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-as +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-as
@@ -29,6 +29,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-intel b/zorg/jenkins/jobs/jobs/lldb-cmake-intel index 29cfd3f..d24d0a7 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-intel +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-intel
@@ -29,6 +29,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix index 68e2548..893cfc3 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix
@@ -34,6 +34,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized b/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized index ec453e3..9130996 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized
@@ -29,6 +29,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-standalone b/zorg/jenkins/jobs/jobs/lldb-cmake-standalone index 95db32d..f990184 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-standalone +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-standalone
@@ -30,6 +30,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/lldb-statistics b/zorg/jenkins/jobs/jobs/lldb-statistics index ea992e4..b1af5c2 100644 --- a/zorg/jenkins/jobs/jobs/lldb-statistics +++ b/zorg/jenkins/jobs/jobs/lldb-statistics
@@ -9,15 +9,15 @@ // (a) The "host" compiler/LLDB is taken from whatever the LLDB incremental built/used. // The metrics we collect are from that "host" LLDB that we fetched. Throughout this // file it is commonly referred to as 'host-compiler' or 'HOST_BUILD_DIR'. -// +// // (b) The debugger/compiler that we're debugging as part of metrics collection is pinned to // the llvm-19.x release and is supposed to be unchanging across runs of this job. // Throughout this file we refer to it as "historic" or 'clang-19'. We build this // historic compiler build because we want improvements in the compiler to reflect // in the benchmarks. -// +// // (c) We use the compiler from (a) to build the "historic" Clang/LLDB. -// +// // (d) The compiler compiling the debugger in (a) is the Clang produced by the clang-stage2 // buildbot and happens outside the purview job. // @@ -53,6 +53,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }
diff --git a/zorg/jenkins/jobs/jobs/llvm-coverage b/zorg/jenkins/jobs/jobs/llvm-coverage index d1914db..cf93d92 100755 --- a/zorg/jenkins/jobs/jobs/llvm-coverage +++ b/zorg/jenkins/jobs/jobs/llvm-coverage
@@ -27,6 +27,7 @@ sw_vers xcodebuild -version cmake --version + python3 --version ''' } }