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

(master で) Azure Pipelines の MinGW が失敗している #1298

Closed
m-tmatma opened this issue May 10, 2020 · 1 comment · Fixed by #1299
Closed

(master で) Azure Pipelines の MinGW が失敗している #1298

m-tmatma opened this issue May 10, 2020 · 1 comment · Fixed by #1299
Labels
azure pipelines CI appveyor など CI 関連 【ChangeLog除外】

Comments

@m-tmatma
Copy link
Member

問題内容

(master で) Azure Pipelines の MinGW が失敗している

再現手順

https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=1721&view=results

再現頻度

50 % くらい?

NG https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=1712&view=results
OK https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=1713&view=results
OK https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=1715&view=results
NG https://dev.azure.com/sakuraeditor/sakura/_build/results?buildId=1719&view=results

問題のカテゴリ

  • ビルドの問題
    • Azure Pipelines

スクリーンショット

@m-tmatma m-tmatma added CI appveyor など CI 関連 【ChangeLog除外】 azure pipelines labels May 10, 2020
@berryzplus
Copy link
Contributor

ちょい調べてみました。
build-1712とbuild-1719は現象が違いますね。

build-1712 = msys2のダウンロードに失敗する、いつものやつ。
build-1719 = msys2のダウンロードに成功しているのに失敗する、新しいパターン。

じゃ、何が起きたのか?
ログの中に原因っぽいものを見つけました。

ビルド番号 ビルドに使ったgccのバージョン 結果
build-1713 downloading mingw-w64-x86_64-gcc-9.3.0-2-any.pkg.tar.xz... 成功
build-1719 downloading mingw-w64-x86_64-gcc-10.1.0-1-any.pkg.tar.zst... 失敗

暫定策としては MinGW gccのバージョンを 9.3 に固定する が選択できそうです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure pipelines CI appveyor など CI 関連 【ChangeLog除外】
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants