Yan Titarenko
Yan Titarenko
> $ make > GO111MODULE=on CGO_ENABLED=0 go build -v -trimpath -tags '' -ldflags '-w -s -X helm.sh/helm/v3/internal/version.metadata=unreleased -X helm.sh/helm/v3/internal/version.gitCommit=bed23120b048977d67c929ce > c915e1d6e0887c5d -X helm.sh/helm/v3/internal/version.gitTreeState=dirty -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMajor=1 -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMinor=25 -X helm.sh/helm/v3/pkg/cha >...
> Hi @advancedwebdeveloper. Were you able to compile the project on RISC-V, or did you run into issues? Here is what I have: > $ helm version > version.BuildInfo{Version:"v3.9+unreleased", GitCommit:"bed23120b048977d67c929cec915e1d6e0887c5d",...
@bacongobbler , how could I get details on why those tests fail: https://github.com/helm/helm/blob/main/pkg/registry/client_test.go https://github.com/helm/helm/blob/main/pkg/repo/repotest/server_test.go ? CC @mattfarina
> $ make test-unit > > ==> Running unit tests GO111MODULE=on go test -run . ./... > go: downloading github.com/Masterminds/sprig/v3 v3.2.2 > go: downloading github.com/gosuri/uitable v0.0.4 > ... > go:...
$ go test PASS ok helm.sh/helm/v3/pkg/plugin 8.416s $ go test # github.com/bugsnag/panicwrap ../../../../go/pkg/mod/github.com/bugsnag/[email protected]/dup2.go:10:17: undefined: syscall.Dup2 FAIL helm.sh/helm/v3/pkg/repo/repotest [build failed] $ go test # github.com/bugsnag/panicwrap ../../../go/pkg/mod/github.com/bugsnag/[email protected]/dup2.go:10:17: undefined: syscall.Dup2 FAIL helm.sh/helm/v3/pkg/downloader [build...
CC @kattrali @eclipseo @Toasterson @fractalwrench @jmshal
With respect to you claimed. > advancedwebdeveloper@ubuntu:~$ go env GOOS > linux > advancedwebdeveloper@ubuntu:~$ go env GOARCH > riscv64 > advancedwebdeveloper@ubuntu:~$ go env GOHOSTARCH > riscv64 > advancedwebdeveloper@ubuntu:~$ go env...
CC @lazyparser @ianlancetaylor
[generated_files.zip](https://github.com/protocolbuffers/protobuf/files/5177868/generated_files.zip) Generated onnx-operators-ml.pb.cc and onnx-operators-ml.pb.h where archived into generate_files.zip. Looks like there is some support for MSVC, using Windows 10 SDK - but I am interesting in [libc++ support of...