Skip to content

Commit

Permalink
fix: remove library patch as no longer needed, fixed by ory/kratos#4017
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Nov 7, 2024
1 parent eace8d1 commit e0c8dfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
22 changes: 0 additions & 22 deletions kratos.patch

This file was deleted.

8 changes: 0 additions & 8 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ parts:
source-type: git
source-tag: v1.1.0
override-build: |
# Patch the repo and replace the hydra sdk version
# Workaround for https://github.com/ory/kratos/issues/3904
# TODO(nsklikas): Remove when issue is fixed
cp $CRAFT_PROJECT_DIR/kratos.patch .
git apply -v kratos.patch
go mod edit -replace github.com/ory/hydra-client-go/v2=github.com/ory/hydra-client-go/v2@v2.2.0
go mod tidy
# Set the necessary flags
src_config_path="github.com/ory/kratos/driver"
build_ver="${src_config_path}/config.Version"
Expand Down

0 comments on commit e0c8dfc

Please sign in to comment.