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

Revive MXE-MinGW experimental release build #56031

Merged
merged 1 commit into from
Mar 11, 2022
Merged

Revive MXE-MinGW experimental release build #56031

merged 1 commit into from
Mar 11, 2022

Conversation

BrettDong
Copy link
Member

Summary

None

Purpose of change

MinGW experimental release builds have been failing recently because some packages fail to install:

Err:19 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-i386 amd64 2.31-0ubuntu9.2
  404  Not Found [IP: 52.147.219.192 80]
Err:20 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-x32 amd64 2.31-0ubuntu9.2
  404  Not Found [IP: 52.147.219.192 80]
Err:21 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-x32 amd64 2.31-0ubuntu9.2
  404  Not Found [IP: 52.147.219.192 80]

(https://github.com/CleverRaven/Cataclysm-DDA/runs/5506936285?check_suite_focus=true)

Describe the solution

These packages are not needed in the build process. MXE provides the necessary toolchain, compiler and libraries. Only gettext package is required to compile translations. So the solution is to just install gettext and nothing else.

Describe alternatives you've considered

Testing

MinGW builds should resume normal after this is merged.

Additional context

@BrettDong BrettDong added Code: Build Issues regarding different builds and build environments <Bugfix> This is a fix for a bug (or closes open issue) labels Mar 11, 2022
@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Mar 11, 2022
@ZhilkinSerg ZhilkinSerg merged commit fada41b into master Mar 11, 2022
@BrettDong BrettDong deleted the mxe branch March 12, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants