8000 chore(dev): Remove innit from tilt setup as it's not needed by stack72 · Pull Request #6137 · systeminit/si · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(dev): Remove innit from tilt setup as it's not needed #6137

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

Merged
merged 1 commit into from
May 16, 2025
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
14 changes: 0 additions & 14 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ groups = {
],
"backend": [
"auth-api",
"innit",
"edda",
"forklift",
"module-index",
Expand Down Expand Up @@ -213,17 +212,6 @@ si_buck2_resource(
**RUST_RESOURCE_ARGS
)

# Locally build and run `innit`
si_buck2_resource(
"//bin/innit:innit",
auto_init = False,
resource_deps = [
"rust-initial-build",
"otelcol",
],
**RUST_RESOURCE_ARGS
)

# Locally build and run `forklift`
si_buck2_resource(
"//bin/forklift:forklift",
Expand Down Expand Up @@ -305,7 +293,6 @@ si_buck2_resource(
"rebaser",
"edda",
"forklift",
"innit",
],
readiness_probe = probe(
period_secs = 5,
Expand Down Expand Up @@ -406,7 +393,6 @@ si_buck2_resource(

rust_build_targets = [
"//bin/edda:edda",
"//bin/innit:innit",
"//bin/forklift:forklift",
"//bin/pinga:pinga",
"//bin/rebaser:rebaser",
Expand Down
0