We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4660b20 commit c1150b9Copy full SHA for c1150b9
Makefile
@@ -39,7 +39,7 @@ release:
39
--rm \
40
--workdir /pwru \
41
--volume `pwd`:/pwru docker.io/library/golang:$(GO_IMAGE_VERSION)@$(GO_IMAGE_SHA) \
42
- sh -c "apt update && apt install -y make git clang-19 llvm curl gcc flex bison gcc-aarch64* libc6-dev-arm64-cross && \
+ sh -c "apt update && apt install -y make git clang-19 llvm curl gcc flex bison gcc-aarch64* libc6-dev-arm64-cross gcc-riscv64* libc6-dev-riscv64-cross && \
43
ln -s /usr/bin/clang-19 /usr/bin/clang && \
44
git config --global --add safe.directory /pwru && \
45
make local-release"
0 commit comments