From 0e6eb338ebbcd188718f86d4746183654aea1f38 Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Tue, 23 Nov 2021 23:19:58 +0800 Subject: [PATCH] Fix rules/functions.generage_manifest. (#9340) Why I did it Fix a bug in sonic debug image build. That bug is imported in the following PR: #8920 --- rules/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/functions b/rules/functions index 424020133e..b0453152da 100644 --- a/rules/functions +++ b/rules/functions @@ -197,7 +197,6 @@ define generate_manifest $(eval export tmpfs=$($(1).gz_CONTAINER_TMPFS)) $(eval export config_cli_plugin=$($(1).gz_CLI_CONFIG_PLUGIN)) $(eval export show_cli_plugin=$($(1).gz_CLI_SHOW_PLUGIN)) - j2 $($*.gz_PATH)/Dockerfile$(2).j2 > $($(1).gz_PATH)/Dockerfile$(2) j2 --customize scripts/j2cli/json_filter.py files/build_templates/manifest.json.j2 > $($(1).gz_PATH)/manifest.common.json if [ -f $($*.gz_PATH)/manifest.part.json.j2 ]; then j2 --customize scripts/j2cli/json_filter.py $($(1).gz_PATH)/manifest.part.json.j2 > $($(1).gz_PATH)/manifest.part.json