Skip to content

Commit

Permalink
further change
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Apr 3, 2024
1 parent ce92ee8 commit f0e2d1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_ce/images/builder/Dockerfile-s390x
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN export ARCH="$(uname -m)" && \
mkdir -p $CONDA_HOME/conda-bld && \
mkdir -p $HOME/.cache && \
echo "export PYTHONPATH=${PYTHONPATH}:$HOME/open_ce" >> ${HOME}/.bashrc && \
echo "export LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES}" >> ${HOME}/.bashrc && \
chown -R ${BUILD_USER}:${CICD_GROUP} ${CONDA_HOME} && \
git config --global http.version HTTP/1.1 && \
git config --global http.postBuffer 157286400
Expand All @@ -47,6 +48,7 @@ RUN export PATH="${PATH}" && \
mkdir -p $HOME/.cache && \
echo ". $CONDA_HOME/etc/profile.d/conda.sh" >> ${HOME}/.bashrc && \
echo "export PYTHONPATH=${PYTHONPATH}:$HOME/open_ce" >> ${HOME}/.bashrc && \
echo "export LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES}" >> ${HOME}/.bashrc && \
echo "conda activate base" >> ${HOME}/.bashrc && \
git config --global http.version HTTP/1.1 && \
git config --global http.postBuffer 157286400
Expand Down

0 comments on commit f0e2d1a

Please sign in to comment.