Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions dgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: dgraph
version: 23.0.0
version: 23.0.1
epoch: 0
description: A distributed graph database
copyright:
Expand All @@ -19,14 +19,7 @@ pipeline:
with:
repository: https://github.com/dgraph-io/dgraph
tag: v${{package.version}}
expected-commit: 38980bc4a44352094c15ddfe4b606a8f05b48e81

# CHECK-IF-VERSION-CHANGES: 23.0.0
# dgraph 23.0.0 failed to build from source due to missing enterprise edition stubs.
# See dgraph issue #8831. Remove this patch in the next release.
- uses: patch
with:
patches: fix-compile.patch
expected-commit: 3de01e42ba3e436177f66affbcd20aaa16936920

- runs: |
make install_oss
Expand Down
87 changes: 0 additions & 87 deletions dgraph/fix-compile.patch

This file was deleted.