]> git.puffer.fish Git - matthieu/nova.git/commitdiff
use clang64
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Sun, 15 Jan 2023 21:24:20 +0000 (01:24 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Sun, 15 Jan 2023 21:24:20 +0000 (01:24 +0400)
.github/workflows/build.yml
docs/build.md [new file with mode: 0644]

index 1d606edf90e857a13145e250b3df1a9f20957967..3e1c1ea0eefbf7b3263a39b6dab035cd8d760eff 100644 (file)
@@ -88,7 +88,8 @@ jobs:
 
       - uses: msys2/setup-msys2@v2
         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
         run: |
@@ -130,7 +131,7 @@ jobs:
           make all
       - uses: actions/upload-artifact@v3
         with:
-          name: macos
+          name: linux
           path: build/*
 
   release:
diff --git a/docs/build.md b/docs/build.md
new file mode 100644 (file)
index 0000000..1c413fc
--- /dev/null
@@ -0,0 +1,10 @@
+# Building nova
+
+## Linux
+
+In order to build nova you need a few tools
+
+* Rust & Cargo
+* Go
+* Protoc
+* 
\ No newline at end of file