Skip to content

Commit

Permalink
remove /usr/local/lib from path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Oct 20, 2024
1 parent f52ff64 commit fd8ec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/manylinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN yum install -y epel-release && \
yum clean all

# Set up environment variables for shared libraries
ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH

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

0 comments on commit fd8ec21

Please sign in to comment.