refactor: Move to new NodeSource install approach. #1387
containers.yml
on: pull_request
architectures
5s
release-trigger
0s
stable-release-trigger
0s
Annotations
1 error
dev-generic
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y install --no-install-recommends curl ca-certificates gnupg && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main\" | tee /etc/apt/sources.list.d/nodesource.list && apt-get -y update && apt-get -y install --no-install-recommends clang-format gdb gpg gpg-agent less libpython3.8-dev libsdl2-dev locales nano nodejs python3 python3-dev python3-pip python3-setuptools python3-tk python3-wheel socat tio wget xz-utils && pip3 install -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-build-test.txt -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-run-test.txt && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 2
|