Disable unmaintained C-Plus-Plus build test

This commit is contained in:
Jonas Vautherin
2025-07-31 07:01:11 +02:00
parent 11090d1ded
commit a9155a09f6

View File

@@ -1398,15 +1398,15 @@ jobs:
rm -rf C rm -rf C
# Updated on 12/09/2022 No longer maintained # Updated on 12/09/2022 No longer maintained
- name: C-Plus-Plus build test #- name: C-Plus-Plus build test
if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' && (matrix.arch_name.multiarch == 'yes' || env.HOST_ARCH == 'amd64') }} # if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' && (matrix.arch_name.multiarch == 'yes' || env.HOST_ARCH == 'amd64') }}
run: | # run: |
git clone https://github.com/TheAlgorithms/C-Plus-Plus.git # git clone https://github.com/TheAlgorithms/C-Plus-Plus.git
cd C-Plus-Plus # cd C-Plus-Plus
git checkout 0594923efa8e6b006a5d754c5e7976850290577c # git checkout 0594923efa8e6b006a5d754c5e7976850290577c
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C-Plus-Plus_arg }} # ./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C-Plus-Plus_arg }}
cd .. # cd ..
rm -rf C-Plus-Plus # rm -rf C-Plus-Plus
# Updated on 03/08/2024 # Updated on 03/08/2024
- name: llama.cpp build test - name: llama.cpp build test