Build SDK images (trigger) #25524
sdk-trigger.yml
on: workflow_dispatch
Build SDK image for mvebu-cortexa53
6m 58s
Annotations
1 error and 1 warning
|
Build SDK image for mvebu-cortexa53
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y build-essential ccache cpio curl file g++-multilib gawk gcc-multilib genisoimage gettext git libdw-dev libelf-dev libncurses5-dev locales pv pwgen python python3 python3-pip python3-cryptography python3-pyelftools qemu-utils rsync signify-openbsd subversion sudo swig unzip wget zlib1g-dev zstd && echo \"deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-18 main\" > /etc/apt/sources.list.d/llvm-toolchain.list && curl -fsL https://apt.llvm.org/llvm-snapshot.gpg.key -o /etc/apt/trusted.gpg.d/llvm-toolchain.asc && apt-get update -qq && apt-get install -y clang-18 libclang-18-dev lld-18 && update-alternatives --install /usr/bin/clang clang /usr/bin/clang-18 180 && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-18 180 && update-alternatives --install /usr/bin/clang-cpp clang-cpp /usr/bin/clang-cpp-18 180 && update-alternatives --install /usr/bin/lld lld /usr/bin/lld-18 180 && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
|
Build SDK image for mvebu-cortexa53
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@v6, docker/login-action@v3, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|