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

chore: remove ftl schema import #4118

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Conversation

alecthomas
Copy link
Collaborator

This was experimental LLM code. We will revisit.

This was experimental LLM code. We will revisit.
@alecthomas alecthomas requested a review from worstell January 20, 2025 04:27
@alecthomas alecthomas requested review from a team as code owners January 20, 2025 04:27
@alecthomas alecthomas enabled auto-merge (squash) January 20, 2025 04:27
This was referenced Jan 20, 2025
@@ -177,9 +177,9 @@ _build-go-binary-fast dir binary="":
binary="${2:-$(basename "$1")}"

if [ "${FTL_DEBUG:-}" = "true" ]; then
go build -o "{{RELEASE}}/${binary}" -tags release -gcflags=all="-N -l" -ldflags "-X github.com/block/ftl.Version={{VERSION}} -X github.com/block/ftl.timestamp={{TIMESTAMP}}" "$1"
go build -o "{{RELEASE}}/${binary}" -tags release -gcflags=all="-N -l" -ldflags "-s -w -X github.com/block/ftl.Version={{VERSION}} -X github.com/block/ftl.timestamp={{TIMESTAMP}}" "$1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reduce executable size by ~20MB

@alecthomas alecthomas merged commit d556e28 into main Jan 20, 2025
63 checks passed
@alecthomas alecthomas deleted the aat/remove-cli-schema-import branch January 20, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant