You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building project in scql-ci:latest container guided by "build" successfully until exec "make" command: (base) [root@0e72ca6cc984 scql]# make rm -f bin/* rm -f *.coverprofile Found go go fmt ./pkg/... go vet -unsafeptr=false ./pkg/... github.com/secretflow/scql/pkg/scdb/server [github.com/secretflow/scql/pkg/scdb/server.test] pkg/scdb/server/config.go:202:3: unknown field 'RevealSecretCondition' in struct literal of type spu.RuntimeConfig pkg/scdb/server/config.go:203:3: unknown field 'RevealSecretIndices' in struct literal of type spu.RuntimeConfig make: *** [Makefile:40: vet] Error 2
Thank you for bringing this issue to our attention and letting us know. We have fixed the issue(#7) and will merge it into the repository later. Please try it later and let us know if there are still any issues.
6fj
linked a pull request
Mar 29, 2023
that will
close
this issue
Building project in scql-ci:latest container guided by "build" successfully until exec "make" command:
(base) [root@0e72ca6cc984 scql]# make rm -f bin/* rm -f *.coverprofile Found
gogo fmt ./pkg/... go vet -unsafeptr=false ./pkg/... github.com/secretflow/scql/pkg/scdb/server [github.com/secretflow/scql/pkg/scdb/server.test] pkg/scdb/server/config.go:202:3: unknown field 'RevealSecretCondition' in struct literal of type spu.RuntimeConfig pkg/scdb/server/config.go:203:3: unknown field 'RevealSecretIndices' in struct literal of type spu.RuntimeConfig make: *** [Makefile:40: vet] Error 2
Makefile#40
The text was updated successfully, but these errors were encountered: