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

Remove logging dependencies #143

Merged
merged 1 commit into from
Nov 28, 2024
Merged
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
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
Loading