File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Install dependencies
4040 run : |
4141 sudo apt-get update
42- sudo apt-get install -y build-essential libncurses-dev bison flex libssl-dev libelf-dev bc clang lld llvm
42+ sudo apt-get install -y build-essential libncurses-dev bison flex libssl-dev libelf-dev bc clang lld llvm qemu-system-x86 qemu-system-aarch64
4343 - name : Install Rust
4444 uses : dtolnay/rust-toolchain@master
4545 with :
8888 - name : Build rustdoc
8989 run : |
9090 make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} rustdoc
91+ - name : Run KUnit tests
92+ if : matrix.arch == 'x86_64' || matrix.arch == 'arm64'
93+ working-directory : linux
94+ run : |
95+ ./tools/testing/kunit/kunit.py exec --build_dir=../out --arch=${{ matrix.arch }} --make_options LLVM=1
9196
9297 rustfmt :
9398 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11CONFIG_MMU=y
22CONFIG_RUST=y
33CONFIG_DRM_TYR=m
4+ CONFIG_PRINTK=y
5+ CONFIG_SERIAL_AMBA_PL010=y
6+ CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
7+ CONFIG_SERIAL_AMBA_PL011=y
8+ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
Original file line number Diff line number Diff line change 11CONFIG_MMU=y
22CONFIG_RUST=y
3-
3+ CONFIG_PRINTK=y
4+ CONFIG_SERIAL_8250=y
5+ CONFIG_SERIAL_8250_CONSOLE=y
You can’t perform that action at this time.
0 commit comments