Yan Titarenko

Results 108 comments of Yan Titarenko

I wonder it is related: I got one test failing, on RISC-V. > > 99% tests passed, 1 tests failed out of 128 > > Total Test time (real) =...

> My guess would be the use of gollvm instead of go. @kozlovic , you are right: https://go.googlesource.com/gollvm/ was built an installed, under Ubuntu 20 x86_64.

@wallyqs , would try that soon - expect a report. > Hi, could you try with the following: > > ``` > go get github.com/nats-io/nats-server/v2 > ```

> $ go get github.com/nats-io/nats-server/v2 > cannot find package "github.com/nats-io/nats-server/v2" in any of: > /usr/local/src/github.com/nats-io/nats-server/v2 (from $GOROOT) > /home/oceanfish81/go/src/github.com/nats-io/nats-server/v2 (from $GOPATH)

I am no sure where you the project is sticking to asm - and where NATS's implementation is prefered to be asm free. Probably those are two different routes (platform...

I was able to compile and run examples, compile all main source (as also as tests inside sub-folders) - but tests under "test" folder and ./example_test.go , nats_test.go norace_test.go ,...

> Having the same issued on MacOS. Have you been able to solve this? @ahtremblay , are you using gollvm? Hence that there is no working port, for MacOS, currently.

I didn't re-check - but you can re-use existing scenarios https://github.com/advancedwebdeveloper/clang_test_cpu_features/actions/runs/405495534 https://github.com/advancedwebdeveloper/clang_test_cpu_features/blob/main/.github/workflows/llvm.yml to get recently compiled gollvm to build your project. The above workflows doesn't contain the steps for https://go.googlesource.com/gollvm/#installing...

If you wouldn't provide an "official" releas, for targeting i686 - you could provide a patch, to configure for a local version. That could be hosted on Github, downloaded manually...