Release #124
Annotations
2 errors
Command ['sh', '-c', 'if type apk &> /dev/null; then\n apk add build-base cmake ninja zip unzip curl git\nfi\nif type yum &> /dev/null; then\n yum install -y curl zip unzip tar\n curl -o setupCmake.sh -sSSL https://github.com/Kitware/CMake/releases/download/v3.27.1/cmake-3.27.1-linux-aarch64.sh\n chmod a+rx setupCmake.sh\n ./setupCmake.sh --skip-license --exclude-subdir\n export PATH="/project/bin:$PATH"\n git clone https://github.com/ninja-build/ninja.git && cd ninja\n git checkout release\n cmake -Bbuild-cmake\n cmake --build build-cmake\n cd ..\n cp -r ninja/build-cmake/* bin/\nfi\n./vcpkg/bootstrap-vcpkg.sh\n./vcpkg/vcpkg install --triplet arm64-linux\n'] failed with code 1.
|
|
The logs for this run have expired and are no longer available.
Loading