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

use python shipped with Squish #65

Open
2 tasks
saw-jan opened this issue Oct 28, 2024 · 0 comments
Open
2 tasks

use python shipped with Squish #65

saw-jan opened this issue Oct 28, 2024 · 0 comments

Comments

@saw-jan
Copy link
Collaborator

saw-jan commented Oct 28, 2024

Currently, we are building the specific python version and using it for Squish tests. Squish comes with python3 which we can utilize.

Open tasks:

  • remove python build commands
    RUN curl https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os/Packages/p/python3.10-3.10.13-1.fc39.x86_64.rpm \
    -so python3.10.13.rpm && \
    dnf install -y ./python3.10.13.rpm python3.10-devel && \
    dnf autoremove -y && \
    dnf clean all && \
    dnf clean dbcache && \
    rm ./python3.10.13.rpm && \
    python3.10 -m ensurepip
  • make squish python available globally

Notice: In the build stage, we still need to install python so that command should not be touched

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

No branches or pull requests

1 participant