ci: use ../mlibc-headers/include in vinix-kernel.yml
parent
b69a31008b
commit
063ffe36d9
|
@ -24,6 +24,6 @@ jobs:
|
||||||
- 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)
|
||||||
run: cd vinix/kernel && make PROD=false CFLAGS="-O2 -g -pipe -I../mlibc-headers" V="../../v" && make clean
|
run: cd vinix/kernel && make PROD=false CFLAGS="-O2 -g -pipe -I../mlibc-headers/include" V="../../v" && make clean
|
||||||
- name: Attempt to build the Vinix kernel (prod)
|
- name: Attempt to build the Vinix kernel (prod)
|
||||||
run: cd vinix/kernel && make PROD=true CFLAGS="-O2 -g -pipe -I../mlibc-headers" V="../../v" && make clean
|
run: cd vinix/kernel && make PROD=true CFLAGS="-O2 -g -pipe -I../mlibc-headers/include" V="../../v" && make clean
|
||||||
|
|
Loading…
Reference in New Issue