File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,9 @@ jobs:
155155 dir="debos-artifacts"
156156 mkdir -v "${dir}"
157157 # compress output files before staging them
158- gzip --keep rootfs.tar rootfs.tar.gz
158+ gzip --keep rootfs.tar
159+ gzip --keep disk-ufs.img
160+ gzip --keep disk-sdcard.img
159161 # copy output files
160162 cp -av rootfs.tar.gz "${dir}"
161163 cp -av dtbs.tar.gz "${dir}"
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ http_proxy ?= $(shell apt-config dump --format '%v%n' Acquire::http::Proxy)
4747export http_proxy
4848
4949.PHONY : all
50- all : disk-ufs.img.gz disk-sdcard.img.gz
50+ all : disk-ufs.img disk-sdcard.img
5151
5252rootfs.tar : debos-recipes/qualcomm-linux-debian-rootfs.yaml
5353 $(DEBOS_CMD ) $<
5454
55- disk-ufs.img disk-ufs.img.gz : debos-recipes/qualcomm-linux-debian-image.yaml rootfs.tar
55+ disk-ufs.img : debos-recipes/qualcomm-linux-debian-image.yaml rootfs.tar
5656 $(DEBOS_CMD ) $<
5757
58- disk-sdcard.img.gz : debos-recipes/qualcomm-linux-debian-image.yaml rootfs.tar
58+ disk-sdcard.img : debos-recipes/qualcomm-linux-debian-image.yaml rootfs.tar
5959 $(DEBOS_CMD ) -t imagetype:sdcard $<
6060
6161.PHONY : test
Original file line number Diff line number Diff line change @@ -136,10 +136,5 @@ actions:
136136 bs="${sector_size}" skip="${start}" count="${sectors}"
137137 done
138138
139- - action : run
140- description : Add compressed image file
141- postprocess : true
142- command : gzip -v -f -k "${ARTIFACTDIR}/{{ $image }}"
143-
144139# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
145140# SPDX-License-Identifier: BSD-3-Clause
You can’t perform that action at this time.
0 commit comments