Skip to content

Commit

Permalink
Merge pull request #143 from canonical/remove-log-deps
Browse files Browse the repository at this point in the history
Remove logging dependencies
  • Loading branch information
nsklikas authored Nov 28, 2024
2 parents 019f298 + 8141e32 commit f362792
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ services:
startup: enabled

parts:
util:
plugin: nil
stage-packages:
# This is needed to pipe the stdout/stderr to a file for log forwarding and to update certificates
- coreutils

shell:
plugin: nil
stage-packages:
# This is needed to pipe the stdout/stderr to a file for log forwarding
- dash

kratos:
plugin: go
build-snaps:
Expand Down Expand Up @@ -58,9 +46,6 @@ parts:
deb-security-manifest:
plugin: nil
after:
- util
- shell
override-prime: |
set -x
mkdir -p $CRAFT_PRIME/usr/share/rocks/
Expand Down

0 comments on commit f362792

Please sign in to comment.