From cc029bb5ca31c7394f09438db3affdf105d8f20f Mon Sep 17 00:00:00 2001 From: Krish Jain Date: Wed, 26 Jul 2023 00:37:09 +0530 Subject: [PATCH] use DEVCONTAINER=1 --- build_library/dev_container_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/dev_container_util.sh b/build_library/dev_container_util.sh index a0c07477cd..dd172987fb 100755 --- a/build_library/dev_container_util.sh +++ b/build_library/dev_container_util.sh @@ -110,7 +110,7 @@ create_dev_container() { # The remount services are provided by coreos-base/coreos-init systemd_enable "${root_fs_dir}" "multi-user.target" "remount-usr.service" - finish_image "${image_name}" "${disk_layout}" "${root_fs_dir}" "${image_contents}" "${image_contents_wtd}" + DEVCONTAINER=1 finish_image "${image_name}" "${disk_layout}" "${root_fs_dir}" "${image_contents}" "${image_contents_wtd}" declare -a files_to_evaluate declare -a compressed_images