We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad6133 commit 610dda1Copy full SHA for 610dda1
.github/workflows/build-linux-cross.yml
@@ -57,7 +57,8 @@ jobs:
57
sudo apt-get install -y --no-install-recommends \
58
build-essential \
59
glslc \
60
- crossbuild-essential-riscv64 \
+ gcc-14-riscv64-linux-gnu \
61
+ g++-14-riscv64-linux-gnu \
62
libvulkan-dev:riscv64
63
64
- name: Build
@@ -69,8 +70,8 @@ jobs:
69
70
-DLLAMA_BUILD_TESTS=OFF \
71
-DCMAKE_SYSTEM_NAME=Linux \
72
-DCMAKE_SYSTEM_PROCESSOR=riscv64 \
- -DCMAKE_C_COMPILER=riscv64-linux-gnu-gcc \
73
- -DCMAKE_CXX_COMPILER=riscv64-linux-gnu-g++ \
+ -DCMAKE_C_COMPILER=riscv64-linux-gnu-gcc-14 \
74
+ -DCMAKE_CXX_COMPILER=riscv64-linux-gnu-g++-14 \
75
-DCMAKE_C_FLAGS_INIT='-fPIC' \
76
-DCMAKE_CXX_FLAGS_INIT='-fPIC' \
77
-DCMAKE_FIND_ROOT_PATH=/usr/lib/riscv64-linux-gnu \
0 commit comments