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

Remove binaries from git #53

Open
deevus opened this issue Mar 14, 2021 · 1 comment
Open

Remove binaries from git #53

deevus opened this issue Mar 14, 2021 · 1 comment

Comments

@deevus
Copy link
Collaborator

deevus commented Mar 14, 2021

Unless I'm mistaken, the ffmpeg binaries need only be available at publish time, and don't need to be ballooning the repository size.

For a solution I'm thinking something along the lines of:

  1. Store a link to a specific build in configuration for each platform package
  2. Have an associated script that will unzip/untar etc
  3. Before publishing, download the binary to include in the package

Another option:

  1. Steps 1,2 above
  2. Download the binary when installing using an "install" build script

The downsides of the second option are that if in some point in the future, the download link is broken, users won't be able to install it.

@deevus
Copy link
Collaborator Author

deevus commented Mar 14, 2021

Related #48

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

No branches or pull requests

1 participant