use clang64
This commit is contained in:
parent
5ab3510bef
commit
b029c53626
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -88,7 +88,8 @@ jobs:
|
||||||
|
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
install: git mingw-w64-x86_64-go mingw-w64-x86_64-make mingw-w64-x86_64-protobuf mingw-w64-x86_64-rust mingw-w64-x86_64-gcc mingw-w64-x86_64-dlfcn
|
msystem: clang64
|
||||||
|
install: git mingw-w64-clang-x86_64-go mingw-w64-clang-x86_64-make mingw-w64-clang-x86_64-protobuf mingw-w64-clang-x86_64-rust mingw-w64-clang-x86_64-gcc mingw-w64-clang-x86_64-dlfcn
|
||||||
|
|
||||||
- name: Build all
|
- name: Build all
|
||||||
run: |
|
run: |
|
||||||
|
@ -130,7 +131,7 @@ jobs:
|
||||||
make all
|
make all
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos
|
name: linux
|
||||||
path: build/*
|
path: build/*
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
10
docs/build.md
Normal file
10
docs/build.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Building nova
|
||||||
|
|
||||||
|
## Linux
|
||||||
|
|
||||||
|
In order to build nova you need a few tools
|
||||||
|
|
||||||
|
* Rust & Cargo
|
||||||
|
* Go
|
||||||
|
* Protoc
|
||||||
|
*
|
Loading…
Reference in a new issue