Create Release #22
Annotations
1 error
Build and push CI image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euxo pipefail -c mngr() {\n nrfutil toolchain-manager launch -- $@\n }\n\n # Install yq, a lightweight and portable command-line YAML processor\n wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq\n chmod +x yq\n\n # Get the SDK Zephyr version from the sdk-nrf's west.yml file\n SDK_ZEPHYR_VERSION=$(wget -O - \\\n https://raw.githubusercontent.com/nrfconnect/sdk-nrf/$NCS_SDK_VERSION/west.yml \\\n | ./yq '.manifest.projects[] | select(.repo-path == \"sdk-zephyr\") | .revision')\n\n # Install Python packages and doc requirements. If first sdk-zephyr link fails, try the second.\n mngr pip install --no-cache-dir east-tool pre-commit puncover codechecker==$CODECHECKER_VERSION\n mngr pip install --no-cache-dir -r \\\n https://raw.githubusercontent.com/nrfconnect/sdk-zephyr/$SDK_ZEPHYR_VERSION/doc/requirements.txt || \\\n mngr pip install --no-cache-dir -r https://raw.githubusercontent.com/nrfconnect/sdk-zephyr/$SDK_ZEPHYR_VERSION/scripts/requirements-doc.txt\n rm ./yq\n" did not complete successfully: exit code: 1
|
Loading