Skip to content

Commit

Permalink
Use old working method
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Oct 21, 2024
1 parent 71e490f commit 58c8f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci/manylinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ RUN yum install -y epel-release && \
# Set up environment variables for shared libraries
ENV LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH


# Compiler configuration stage: gcc
FROM base AS compiler-gcc

Expand Down Expand Up @@ -330,8 +331,8 @@ FROM dependencies AS python-dependencies
ARG Python_ABI

# Use Python from manylinux as the default Python
ENV PYTHONHOME="/opt/python/${Python_ABI}"
ENV PATH="/opt/python/${Python_ABI}/bin:${PATH}"
RUN ln -sf /opt/python/${Python_ABI}/bin/python3 /usr/bin/python

# Build and install NCrystal
ARG NCrystal_TAG
Expand Down

0 comments on commit 58c8f26

Please sign in to comment.