Skip to content

Commit

Permalink
Switch mingw-w64 to official git repo
Browse files Browse the repository at this point in the history
The Github mirror seems to be broken, maybe switch back once it's
revived.

Closes #276
  • Loading branch information
BtbN committed May 29, 2023
1 parent ccda322 commit 915d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts.d/10-mingw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

SCRIPT_REPO="https://github.com/mirror/mingw-w64.git"
SCRIPT_COMMIT="eff726c461e09f35eeaed125a3570fa5f807f02b"
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
SCRIPT_COMMIT="9df2e604ddf16765410724716a8d1887ffc61fa9"

ffbuild_enabled() {
[[ $TARGET == win* ]] || return -1
Expand Down

2 comments on commit 915d6e0

@Kosm8
Copy link

@Kosm8 Kosm8 commented on 915d6e0 May 31, 2023

Choose a reason for hiding this comment

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

@nihil-admirari
Copy link
Contributor

@nihil-admirari nihil-admirari commented on 915d6e0 May 31, 2023

Choose a reason for hiding this comment

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

Causes problems https://github.com/yt-dlp/FFmpeg-Builds/actions/runs/5132692710/jobs/9237441113:

2023-05-31T14:21:33.5481711Z #0 0.526 + timeout 120 git -C mingw fetch --depth=1 origin 9df2e604ddf16765410724716a8d1887ffc61fa9
2023-05-31T14:21:33.5482179Z #0 0.774 error: Server does not allow request for unadvertised object 9df2e604ddf16765410724716a8d1887ffc61fa9

If I'm not mistaken, it's due to 9df2e604ddf16765410724716a8d1887ffc61fa9 no longer being the latest commit in MinGW master when the server allows only HEAD to be fetched.

Please sign in to comment.