mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix vinix compilation to commit aa18fc0 (Meson building mlibc fails in a01546b)
This commit is contained in:
parent
dc0b0c83c6
commit
89e9f8a00c
7
.github/workflows/vinix-kernel.yml
vendored
7
.github/workflows/vinix-kernel.yml
vendored
@ -16,12 +16,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install build-essential meson -y
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential meson -y
|
||||
- name: Build V
|
||||
run: make
|
||||
- name: Clone current Vinix
|
||||
run: |
|
||||
git clone https://github.com/vlang/vinix.git --depth 1
|
||||
git clone https://github.com/vlang/vinix
|
||||
cd vinix && git checkout aa18fc0
|
||||
- name: Clone current mlibc
|
||||
run: git clone https://github.com/managarm/mlibc.git --depth=1
|
||||
- name: Patch mlibc for Vinix
|
||||
|
Loading…
Reference in New Issue
Block a user