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

Fix wheel test Docker build failure (Fedora) #1485

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

bmhowe23
Copy link
Collaborator

@bmhowe23 bmhowe23 commented Apr 5, 2024

Summary

The latest Deployment pipeline is failing due to python3.10-3.10.14-1.fc38 being released (bumped from python3.10-3.10.13-3.fc38.x86_64).

Example: https://github.com/NVIDIA/cuda-quantum/actions/runs/8571513425/job/23495607331

This change fixes the failure by making sure that the latest version of libexpat is installed for that wheel test. This is not a change to our release Docker images or our regular development Docker images.

Details

The 3.10.14 release notes (https://www.python.org/downloads/release/python-31014/) say:

gh-115399 & gh-115398: bundled libexpat was updated to 2.6.0 to address CVE-2023-52425, and control of the new reparse deferral functionality was exposed with new APIs

However, the fedora:38 image only includes 2.5.0-2.fc38 by default, so remedy that here.

@bmhowe23 bmhowe23 added the build The issue related to the CUDA Quantum build label Apr 5, 2024
@bmhowe23 bmhowe23 enabled auto-merge (squash) April 5, 2024 21:16
Copy link

github-actions bot commented Apr 5, 2024

CUDA Quantum Docs Bot: A preview of the documentation can be found here.

github-actions bot pushed a commit that referenced this pull request Apr 5, 2024
@bmhowe23 bmhowe23 merged commit 1c434b1 into NVIDIA:main Apr 5, 2024
125 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 5, 2024
@bmhowe23 bmhowe23 deleted the pr-fix-fedora-wheel-tests branch April 5, 2024 21:51
@bettinaheim bettinaheim added the maintenance Work items to update and improve the code base label Apr 17, 2024
@bettinaheim bettinaheim added this to the release 0.7.1 milestone Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build The issue related to the CUDA Quantum build maintenance Work items to update and improve the code base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants