[SRU][J:azure][PATCH v2 1/1] UBUNTU: [Config] azure: Enable erofs compression configs
Vinicius Peixoto
vinicius.peixoto at canonical.com
Fri Feb 14 15:34:21 UTC 2025
BugLink: https://bugs.launchpad.net/bugs/2098178
erofs is seeing increasing usage in Azure-based CI pipelines
(particularly Github runners), and they could benefit from erofs'
compression capabilities. Therefore, enable the relevant configs for the
Azure kernels.
Signed-off-by: Vinicius Peixoto <vinicius.peixoto at canonical.com>
---
debian.azure/config/annotations | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations
index 2df4239097fc..8dec703a69e4 100644
--- a/debian.azure/config/annotations
+++ b/debian.azure/config/annotations
@@ -63,6 +63,9 @@ CONFIG_DVB_DUMMY_FE note<'expert use only'>
CONFIG_EDAC_DECODE_MCE policy<{'amd64': 'y'}>
CONFIG_EDAC_DECODE_MCE note<'LP:#1793386'>
+CONFIG_EROFS_FS_ZIP policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_EROFS_FS_ZIP note<'LP: #2098178'>
+
CONFIG_FUJITSU_ES policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_FUJITSU_ES note<'modules reduction'>
@@ -1368,7 +1371,6 @@ CONFIG_ENC28J60_WRITEVERIFY policy<{'amd64': '-', 'arm64': '
CONFIG_ENCX24J600 policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_ENVELOPE_DETECTOR policy<{'arm64': '-'}>
CONFIG_EPIC100 policy<{'amd64': '-', 'arm64': '-'}>
-CONFIG_EROFS_FS_ZIP policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_EXTCON_ADC_JACK policy<{'amd64': '-', 'arm64': '-'}>
CONFIG_EXTCON_INTEL_CHT_WC policy<{'amd64': '-'}>
CONFIG_EXTCON_MAX77843 policy<{'amd64': '-', 'arm64': '-'}>
--
2.43.0
More information about the kernel-team
mailing list