ci: just debug

DO-NOT-MERGE

Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
This commit is contained in:
Alex Lyn
2026-04-10 20:47:59 +08:00
parent 1c7f8fa306
commit 4aedaec3fc

View File

@@ -47,12 +47,12 @@ pub async fn configure_erofs_snapshotter(
toml_utils::set_toml_value(
configuration_file,
".plugins.\"io.containerd.snapshotter.v1.erofs\".enable_fsverity",
"true",
"false",
)?;
toml_utils::set_toml_value(
configuration_file,
".plugins.\"io.containerd.snapshotter.v1.erofs\".set_immutable",
"true",
"false",
)?;
toml_utils::set_toml_value(
configuration_file,