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