Skip to content

Commit 926dec1

Browse files
committed
build-sys: Work around #1546
While we work to fix the base image (again). Signed-off-by: Colin Walters <[email protected]>
1 parent ae8930b commit 926dec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,7 @@ fi
9393
# tests to know we're doing upstream CI.
9494
touch /usr/lib/.bootc-dev-stamp
9595
# And test our own linting
96+
## Workaround for https://github.com/bootc-dev/bootc/issues/1546
97+
rm -rf /root/buildinfo
9698
bootc container lint --fatal-warnings
9799
EORUN

0 commit comments

Comments
 (0)