Skip to content

Commit 7002df4

Browse files
committed
Do update checksums when building with --update-checksums
1 parent 451ed84 commit 7002df4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

steps/improve/update_checksums.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 Eduardo Sánchez Muñoz <[email protected]>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
5+
pushd /external/repo
6+
sha256sum -- * | tee "${SRCDIR}/SHA256SUMS.pkgs"
7+
popd

steps/manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,4 @@ build: gcc-10.4.0
181181
build: binutils-2.41
182182
build: gcc-13.1.0
183183
improve: null_time ( FORCE_TIMESTAMPS == True )
184+
improve: update_checksums ( UPDATE_CHECKSUMS == True )

0 commit comments

Comments
 (0)