Fix CI build issues
Update to latest .clang-format
Update to C++23 which is required for some dependencies which requires
meson >1.1.1
Change-Id: I45ee122e2e95595ae78462d32e16da288fb67008
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/service_files/meson.build b/service_files/meson.build
index b8d0dcb..cb1c30b 100644
--- a/service_files/meson.build
+++ b/service_files/meson.build
@@ -5,7 +5,10 @@
)
unit_files = [
- ['phosphor-u-boot-env-mgrd', 'xyz.openbmc_project.U_Boot.Environment.Manager.service'],
+ [
+ 'phosphor-u-boot-env-mgrd',
+ 'xyz.openbmc_project.U_Boot.Environment.Manager.service',
+ ],
]
fs = import('fs')
@@ -17,4 +20,4 @@
install_dir: systemd_system_unit_dir,
)
endif
-endforeach
\ No newline at end of file
+endforeach