Skip to content

Commit a6cc504

Browse files
committed
Reduce size for testing
Signed-off-by: Jonathan Dieter <[email protected]>
1 parent 0018c47 commit a6cc504

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.container_build_image

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rocky-9-kernel-builder

.github/workflows/kernel-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
set -euxo pipefail
3434
mkdir -p output
3535
df -h
36-
ls -l .cont* -d
36+
ls -l .* -d
3737
podman run --rm --pull=always \
3838
--privileged \
3939
--device=/dev/fuse \

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ modules.order
9494
#
9595
!.clang-format
9696
!.cocciconfig
97-
!.container-build-image
97+
!.container_build_image
9898
!.get_maintainer.ignore
9999
!.gitattributes
100100
!.gitignore

test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test

0 commit comments

Comments
 (0)