Skip to content

Commit

Permalink
Merge pull request libgit2#5855 from libgit2/ethomson/ci
Browse files Browse the repository at this point in the history
ci: use GitHub for storing mingw-w64 build dependency
  • Loading branch information
ethomson authored May 4, 2021
2 parents c44f568 + 7ad81a4 commit 525516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ BUILD_TEMP=$(cygpath $BUILD_TEMP)

case "$ARCH" in
amd64)
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-x86_64-8.1.0-release-win32-seh-rt_v6-rev0.zip";;
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
x86)
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
esac

if [ -z "$MINGW_URI" ]; then
Expand Down

0 comments on commit 525516b

Please sign in to comment.