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

Question regaring curl #2760

Open
Selur opened this issue Aug 23, 2024 · 3 comments
Open

Question regaring curl #2760

Selur opened this issue Aug 23, 2024 · 3 comments

Comments

@Selur
Copy link

Selur commented Aug 23, 2024

Out of curiosity: Why is curl rebuild each time? (running both building 32bit and 64bit)

@woot000
Copy link
Contributor

woot000 commented Aug 23, 2024

curl is updated very frequently

If you want libraries to be built only once, set ffmpegUpdate=3

@diegocr
Copy link

diegocr commented Aug 26, 2024

Personally i do have this ..\mabs\build\curl_extra.sh

_pre_vcs() {

    ref=$(cd "${REPO_DIR}" && git log -n 1 --pretty=format:"%H")
}

i.e. the local repo is frozen to the last commit built, so whenever you want cURL updated rename the *extra.sh file.

HTH. 🙂

PS: If i am not mistaken, FFmpeg does not uses cURL, it's libmediainfo who does, and it's a pita having to re-compile it each time or disabling building other libraries, thus...

@L4cache
Copy link
Contributor

L4cache commented Sep 1, 2024

My choice is to use #tag=LATEST though, I don't really need bleeding edge curl, latest release tag is plenty.

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

4 participants