Docker Images + update linter github action #9
publish-docker.yml
on: pull_request
build
7m 31s
publish
0s
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/bash -ci module unload pocl; module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CHIP-SPV/chipStar.git && cd chipStar && git submodule update --init --recursive && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCHIP_BUILD_HIPBLAS=ON && make -j$(nproc) && /home/chipStarUser/chipStar/build/samples/0_MatrixMultiply/MatrixMultiply && make -j $(nproc) build_tests && sudo make install" did not complete successfully: exit code: 1
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|