File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
run : cd kernel && ./get-deps
27
27
28
28
- name : Attempt to build the Vinix kernel (debug)
29
- run : cd kernel && make PROD=false CFLAGS ="-D__vinix__ -O2 -g -pipe" V ="../v/v" && make clean
29
+ run : cd kernel && make PROD=false KCFLAGS ="-D__vinix__ -O2 -g -pipe" KV ="../v/v" && make clean
30
30
31
31
- name : Attempt to build the Vinix kernel (prod)
32
- run : cd kernel && make PROD=true CFLAGS ="-D__vinix__ -O2 -g -pipe" V ="../v/v" && make clean
32
+ run : cd kernel && make PROD=true KCFLAGS ="-D__vinix__ -O2 -g -pipe" KV ="../v/v" && make clean
33
33
34
34
- name : Attempt to build the util-vinix (debug)
35
35
run : cd util-vinix && make PROD=false V="$(realpath ../v/v)" VFLAGS="-os vinix -gc none" CFLAGS="-D__vinix__ -O2 -g -pipe" && make clean
You can’t perform that action at this time.
0 commit comments