ci: ignore patch problems for vinix-kernel.yml
parent
7143b8ab37
commit
48f0ef0a33
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Clone current mlibc
|
- name: Clone current mlibc
|
||||||
run: git clone https://github.com/managarm/mlibc.git --depth=1
|
run: git clone https://github.com/managarm/mlibc.git --depth=1
|
||||||
- name: Patch mlibc for Vinix
|
- name: Patch mlibc for Vinix
|
||||||
run: cd mlibc && patch -p1 < ../vinix/patches/mlibc/0001-Vinix-specific-changes.patch
|
run: cd mlibc && patch -p1 < ../vinix/patches/mlibc/0001-Vinix-specific-changes.patch || true
|
||||||
- name: Install mlibc headers
|
- name: Install mlibc headers
|
||||||
run: mkdir mlibc-build && cd mlibc-build && meson --cross-file ../vinix/cross_file.txt --prefix=/ -Dheaders_only=true ../mlibc && ninja && mkdir ../mlibc-headers && DESTDIR=`realpath ../mlibc-headers` ninja install
|
run: mkdir mlibc-build && cd mlibc-build && meson --cross-file ../vinix/cross_file.txt --prefix=/ -Dheaders_only=true ../mlibc && ninja && mkdir ../mlibc-headers && DESTDIR=`realpath ../mlibc-headers` ninja install
|
||||||
- name: Attempt to build the Vinix kernel (debug)
|
- name: Attempt to build the Vinix kernel (debug)
|
||||||
|
|
Loading…
Reference in New Issue