Skip to content

Commit 36c5913

Browse files
authored
ci : use openssl for openEuler-latest-cmake-cann (ggml-org#18779)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
1 parent 8e64957 commit 36c5913

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,12 +1463,14 @@ jobs:
14631463
"${{ steps.cann-image.outputs.image }}" \
14641464
bash -lc '
14651465
set -e
1466-
yum install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs git gcc gcc-c++ make cmake libcurl-devel
1466+
yum install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs git gcc gcc-c++ make cmake openssl-devel
14671467
yum clean all && rm -rf /var/cache/yum
14681468
git config --global --add safe.directory "/workspace"
14691469
export LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${ASCEND_TOOLKIT_HOME}/$(uname -m)-linux/devlib/:${LD_LIBRARY_PATH}
14701470
cmake -S . -B build \
14711471
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
1472+
-DLLAMA_CURL=OFF \
1473+
-DLLAMA_OPENSSL=ON \
14721474
-DGGML_CANN=on \
14731475
-DSOC_TYPE=${SOC_TYPE}
14741476
cmake --build build -j $(nproc)

0 commit comments

Comments
 (0)