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

CASMCMS-8713: Temporarily modify PyYAML install procedure in Dockerfile #89

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

mharding-hpe
Copy link
Contributor

Summary and Scope

Builds started failing recently, due to yaml/pyyaml#601. Because this repo is using an Alpine container, this PR represents the simplest workaround I was able to come up with. (Essentially, it forces the install of PyYAML inside the Docker container to use an older version of Cython). The PR is careful to only make this change when installing the PyYAML module.

This should only be a temporary workaround. There is a PR up for PyYAML that will allow us to remove this workaround, but it's not clear when it will be merged and released. That PR is: yaml/pyyaml#702

This workaround PR should have no functional impact. It will just allow the builds to continue working.

Issues and Related PRs

Risks and Mitigations

Without this, the repo is unbuildable.

@mharding-hpe mharding-hpe requested a review from a team as a code owner July 17, 2023 21:47
@sonarcloud
Copy link

sonarcloud bot commented Jul 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

1 participant