mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: ignore patch problems for vinix-kernel.yml
This commit is contained in:
parent
7143b8ab37
commit
48f0ef0a33
2
.github/workflows/vinix-kernel.yml
vendored
2
.github/workflows/vinix-kernel.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Clone current mlibc
|
||||
run: git clone https://github.com/managarm/mlibc.git --depth=1
|
||||
- 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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user