Skip to content

Commit

Permalink
取消CI超时
Browse files Browse the repository at this point in the history
  • Loading branch information
kenvix authored Sep 7, 2022
1 parent 96dd4d9 commit 023316e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
build:
runs-on: ubuntu-latest
name: 构建镜像
timeout-minutes: 30
steps:
-
name: Checkout
Expand Down

5 comments on commit 023316e

@BANKA2017
Copy link
Collaborator

Choose a reason for hiding this comment

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

取消超时似乎解决不了问题,我反复测试了几遍发现只有 platforms: linux/amd64 时可以成功打包,另外几个平台都会导致未知原因的卡死

platforms: linux/amd64,linux/arm64,linux/arm,linux/s390x

@kenvix
Copy link
Member Author

@kenvix kenvix commented on 023316e Sep 7, 2022

Choose a reason for hiding this comment

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

其他平台都是纯软件虚拟机来跑,就是单纯的慢。尤其是ARM64和MIPS64LE巨慢

@BANKA2017
Copy link
Collaborator

Choose a reason for hiding this comment

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

参考以前的耗时,再慢也不至于卡四个小时吧

@kenvix
Copy link
Member Author

@kenvix kenvix commented on 023316e Sep 7, 2022

Choose a reason for hiding this comment

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

参考了一下最近失败的日志,似乎并没有卡住

@BANKA2017
Copy link
Collaborator

Choose a reason for hiding this comment

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

估计是昨天有包有问题,今天再打包不会卡住了

Please sign in to comment.