$ git show --quiet
commit d59bb58d69c57471aa8633bab81be37dc9945954 (HEAD, tag: v6-36-00, origin/v6-36-00-patches)
Author: Danilo Piparo <danilo.piparo@cern.ch>
Date: Fri May 23 11:33:42 2025 +0200
Revert "[test] Dictionary data member type contains a std::function"
This reverts commit 134488dbb224e4cb2fb35447cfce299d297ccdcd.
root@07faa2fb7c5b:/opt/build# cmake ../roottest/
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
[...]
-- Configuring done (1.3s)
-- Generating done (0.9s)
-- Build files have been written to: /opt/build
root@07faa2fb7c5b:/opt/build#
Test 2
Here is maybe a smaller change:
$ git diff
diff --git a/root/io/bigevent/CMakeLists.txt b/root/io/bigevent/CMakeLists.txt
index 574aaf242..889c4ebae 100644
--- a/root/io/bigevent/CMakeLists.txt
+++ b/root/io/bigevent/CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
ROOTTEST_GENERATE_EXECUTABLE(IoBigEventGenerator
${CMAKE_CURRENT_SOURCE_DIR}/IoBigEventGenerator.cxx
LIBRARIES Core RIO Net Tree Hist MathCore IoBigEventGeneration
- DEPENDS IoBigEventGeneration MathCore
+ DEPENDS IoBigEventGeneration ROOT::MathCore
FIXTURES_SETUP io-bigevent-generator)
ROOTTEST_ADD_TEST(write
root@07faa2fb7c5b:/opt/build# cmake ../roottest/
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
[...]
-- Configuring done (1.4s)
-- Generating done (0.9s)
-- Build files have been written to: /opt/build
root@07faa2fb7c5b:/opt/build#
$ git show --quiet
commit dca7f4f4c947eb3b80747338ef51b407eb432801 (HEAD -> v6-36-00-patches, origin/v6-36-00-patches)
Author: silverweed <giacomo.parolini@cern.ch>
Date: Mon Apr 14 11:41:08 2025 +0200
[io] remove MathCore dependency from IoBigEventGeneration
It's not needed and it makes CMake fail to configure
root@2b1974543c30:/opt/build# cmake ../roottest/
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
[...]
-- Configuring done (1.4s)
-- Generating done (0.9s)
-- Build files have been written to: /opt/build
root@2b1974543c30:/opt/build#