fix: add missing cmake for aws-lc-sys #77
Annotations
1 error and 1 warning
Build and release Docker images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"$TARGETARCH\" in \"386\") RUST_TARGET=\"i686-unknown-linux-musl\" MUSL=\"i686-linux-musl\" ;; \"amd64\") RUST_TARGET=\"x86_64-unknown-linux-musl\" MUSL=\"x86_64-linux-musl\" ;; \"arm64\") RUST_TARGET=\"aarch64-unknown-linux-musl\" MUSL=\"aarch64-linux-musl\" ;; *) echo \"Doesn't support $TARGETARCH architecture\" exit 1 ;; esac && wget -qO- \"https://musl.cc/$MUSL-cross.tgz\" | tar -xzC /root/ && PATH=\"/root/$MUSL-cross/bin:$PATH\" && CC=/root/$MUSL-cross/bin/$MUSL-gcc && echo \"CC=$CC\" && rustup override set stable && rustup target add \"$RUST_TARGET\" && RUSTFLAGS=\"-C linker=$CC\" CC=$CC cargo build --target \"$RUST_TARGET\" --release --features \"full\" && mv target/$RUST_TARGET/release/ss* target/release/" did not complete successfully: exit code: 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@v2, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading