Skip to content

Commit ded6023

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 ded6023

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ install -D -t /usr/lib/bootc/kargs.d /run/context/hack/test-kargs/*
1717
# Also copy in some default install configs we use for testing
1818
install -D -t /usr/lib/bootc/install/ /run/context/hack/install-test-configs/*
1919
# Finally, test our own linting
20+
## Workaround for https://github.com/bootc-dev/bootc/issues/1546
21+
rm /root/buildinfo -rf
2022
bootc container lint --fatal-warnings
2123
EORUN

0 commit comments

Comments
 (0)