Skip to content

fix appveyor and action bug#3451

Merged
xiangxn merged 1 commit intodevelopfrom
fix-ci-actions-bug
Jan 27, 2022
Merged

fix appveyor and action bug#3451
xiangxn merged 1 commit intodevelopfrom
fix-ci-actions-bug

Conversation

@xiangxn
Copy link
Copy Markdown
Contributor

@xiangxn xiangxn commented Jan 27, 2022

fix appveyor and action bug

Fix 'appveyor' and 'action' build failures due to network issues.

@xiangxn xiangxn merged commit 4ea28b0 into develop Jan 27, 2022
@xiangxn xiangxn deleted the fix-ci-actions-bug branch January 27, 2022 06:58
@sschiessl-bcp
Copy link
Copy Markdown
Contributor

Should the --frozen-lockfile not also remain, plus the concurrency?

@xiangxn
Copy link
Copy Markdown
Contributor Author

xiangxn commented Jan 27, 2022

In the case of a fast network, concurrency will cause the installation of dependencies to fail, which is a yarn problem.

@xiangxn
Copy link
Copy Markdown
Contributor Author

xiangxn commented Jan 27, 2022

Although upgrading yarn can solve this problem, however, because the project depends on many old packages, upgrading yarn may cause new problems.

@xiangxn
Copy link
Copy Markdown
Contributor Author

xiangxn commented Jan 27, 2022

There is also a dependency package using node-sass in the project, which has poor cross-platform performance.

@xiangxn
Copy link
Copy Markdown
Contributor Author

xiangxn commented Jan 27, 2022

frozen-lockfile can still be preserved, even if it is not preserved, it will work fine.

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

Successfully merging this pull request may close these issues.

2 participants