Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: install_oss broken after commit c175edcaf4 #8831

Closed
kaniini opened this issue May 18, 2023 · 2 comments · Fixed by #8832
Closed

[BUG]: install_oss broken after commit c175edcaf4 #8831

kaniini opened this issue May 18, 2023 · 2 comments · Fixed by #8832
Assignees
Labels
kind/bug Something is broken.

Comments

@kaniini
Copy link

kaniini commented May 18, 2023

What version of Dgraph are you using?

No response

Tell us a little more about your go-environment?

go version go1.20.2 darwin/arm64

Have you tried reproducing the issue with the latest release?

Yes

What is the hardware spec (RAM, CPU, OS)?

Apple M1 Max, 64GB RAM

What steps will reproduce the bug?

make install_oss

Expected behavior and actual result.

make install_oss is expected to succeed.

Instead, it fails because c175edc introduced a dependency on github.com/dgraph-io/dgraph/ee/acl, which is stubbed out in an OSS build.

Additional information

No response

@kaniini kaniini added the kind/bug Something is broken. label May 18, 2023
mangalaman93 added a commit that referenced this issue May 19, 2023
@mangalaman93 mangalaman93 self-assigned this May 19, 2023
mangalaman93 added a commit that referenced this issue May 22, 2023
@kaniini
Copy link
Author

kaniini commented Jun 30, 2023

The 23.0.0 release was affected by this and presently fails to build. Is it possible to get a 23.0.1 release which fixes this?

dgraph-bot pushed a commit that referenced this issue Jul 7, 2023
@mangalaman93
Copy link
Contributor

We have release v23.0.1, you should be able to use it now. We are still to announce it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

Successfully merging a pull request may close this issue.

2 participants