Skip to content

Commit

Permalink
Precompute minimal schema before make provider (#4845)
Browse files Browse the repository at this point in the history
Fixes #4844
  • Loading branch information
t0yv0 authored Nov 27, 2024
1 parent fe73c87 commit 3d1a3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mk/minimal_schema.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ bin/darwin-amd64/$(PROVIDER): minimal_schema_no_deps
bin/darwin-arm64/$(PROVIDER): minimal_schema_no_deps
bin/windows-amd64/$(PROVIDER).exe: minimal_schema_no_deps
provider_no_deps: minimal_schema_no_deps
provider: minimal_schema_no_deps

0 comments on commit 3d1a3a5

Please sign in to comment.