Skip to content

Comments

fix: add missing GetDependencyZIP function to fix build#31

Open
kts982 wants to merge 1 commit intooisee:mainfrom
kts982:fix/missing-getdependencyzip
Open

fix: add missing GetDependencyZIP function to fix build#31
kts982 wants to merge 1 commit intooisee:mainfrom
kts982:fix/missing-getdependencyzip

Conversation

@kts982
Copy link
Contributor

@kts982 kts982 commented Feb 23, 2026

Summary

  • handlers_deploy.go:64 calls deps.GetDependencyZIP(source) but the function was never defined in embedded/deps/embed.go, breaking the build on all platforms.
  • Adds a stub that returns nil since no dependency ZIPs are currently embedded (all dependencies have Available: false).

Test plan

  • go build ./cmd/vsp completes successfully
  • Existing behavior unchanged (no ZIPs were embedded before)

Fixes #28

handlers_deploy.go calls deps.GetDependencyZIP() but the function
was never defined in embedded/deps/embed.go, breaking the build.

Add a stub that returns nil since no dependency ZIPs are currently
embedded (all dependencies have Available: false).

Fixes oisee#28
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.

Build fails an macOS Apple Silicon

1 participant