File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 59
59
- run : " grep 'my_i32: \\ +123321' qemu-stdout.log"
60
60
- if : matrix.module == 'loadable'
61
61
run : grep -F 'Rust Example (exit)' qemu-stdout.log
62
+
63
+ # Report
64
+ - if : matrix.outputdir == 'src' && matrix.module == 'loadable'
65
+ run : ls -l drivers/char/rust_example/rust_example.ko
66
+ - if : matrix.outputdir == 'build' && matrix.module == 'loadable'
67
+ run : ls -l build/drivers/char/rust_example/rust_example.ko
68
+
69
+ - if : matrix.outputdir == 'src'
70
+ run : ls -l vmlinux arch/x86/boot/bzImage
71
+ - if : matrix.outputdir == 'build'
72
+ run : ls -l build/vmlinux build/arch/x86/boot/bzImage
73
+
74
+ - if : matrix.outputdir == 'src'
75
+ run : size vmlinux
76
+ - if : matrix.outputdir == 'build'
77
+ run : size build/vmlinux
You can’t perform that action at this time.
0 commit comments