Yan Titarenko

Results 83 issues of Yan Titarenko

CC @lazyparser Got such an error: > build/makelib/golang.mk:27: *** please set GO_STATIC_PACKAGES prior to including golang.mk. Stop.

bug

Related to https://github.com/rook/rook/issues/10798 **Description of your changes:** Enabling support for 64bit RISC-V **Which issue is resolved by this Pull Request:** Resolves #10798

Caught this, on RISC-V: > ubuntu@ubuntu:~/openebs$ make > codespell \ > --ignore-words="./.codespell-ignores.txt" \ > --skip="./.git,*.png,*.jpg,*.ico,*.pdf,get-pip.py,dynamo" > ./RELEASE.md:11: co-ordinate ==> coordinate > ./MAINTAINERS:47: Teh ==> The > ./adopters/teknologi_anak_rantau_indonesia/README.md:16: fullfill ==> fulfill,...

While running "make": > go: downloading gomodules.xyz/jsonpatch/v3 v3.0.1 > go: downloading gomodules.xyz/orderedmap v0.1.0 > go: downloading github.com/Microsoft/go-winio v0.5.0 > go: downloading github.com/Microsoft/hcsshim v0.8.21 > go: downloading github.com/containerd/continuity v0.1.0 > go...

Christ Jesus bless you. I am curious if it might be possible to support RISC-V.

kind/support
priority/backlog

### Description Trying to cross-compile for RISC-V ### Reproduce $ sudo GOOS=linux GOARCH=riscv64 make binary WARNING: you are not in a container. Use "make dev" to start an interactive development...

kind/bug
kind/question
status/0-triage

### Description CC @lazyparser I caught an error, on RISC-V: > $ make all > docker build --build-arg=GO_VERSION -f "Dockerfile" --target=final -t "docker-dev" . > [+] Building 127.9s (10/10) FINISHED...

kind/feature
area/packaging

I didn't find any documentation on your tests - so I was not even able to suggest any expanded logs, on a per-test basis. I am unsure if that is...

1. Fedora repos already contain "ohm" package but, of course, that is not your framework package. If you are planning to provide one for fedora - name it "ocaml-ohm" or...

When will you finally add "install" target to Makefile? Your "ohm" tool is forcing compilation that, in turn, requires ohm.cmxa which was nor installed not compiled. src/_build does not contain...