mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-08-03 15:32:24 +02:00
Disable unmaintained C-Plus-Plus build test
This commit is contained in:
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user