Skip to content

Commit

Permalink
chore: Generated commit to update templated files since the last temp…
Browse files Browse the repository at this point in the history
…late run up to stackabletech/operator-templating@4a7be88

Reference-to: stackabletech/operator-templating@4a7be88 (Remove retired files, pull in default.nix changes from opa-operator)
  • Loading branch information
stackable-bot committed Oct 29, 2024
1 parent c91a7ac commit f33f62d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 81 deletions.
2 changes: 0 additions & 2 deletions .flake8

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ jobs:

create_manifest_list:
name: Build and publish manifest list
if: ${{ !github.event.pull_request.head.repo.fork }}
needs:
- package_and_publish
runs-on: ubuntu-latest
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/pr_reviewdog.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
stackable-secret-operator = attrs: {
buildInputs = [ pkgs.protobuf pkgs.rustfmt ];
};
stackable-opa-user-info-fetcher = attrs: {
# TODO: why is this not pulled in via libgssapi-sys?
buildInputs = [ pkgs.krb5 ];
};
krb5-sys = attrs: {
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.krb5 ];
Expand Down

0 comments on commit f33f62d

Please sign in to comment.