Skip to content

Commit 0430226

Browse files
committed
Keep forcing python3 for 'pylustrequota' build
1 parent 4198dcc commit 0430226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
17041704
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release/lustre/utils \
17051705
&& make liblustreapi.la \
17061706
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1707-
&& python -m pip install --use-pep517 . \
1707+
&& python3 -m pip install --use-pep517 . \
17081708
&& rm -rf ${MIG_ROOT}/mig/src/pylustrequota/lustre-release; \
17091709
fi; \
17101710
fi;

Dockerfile.rocky9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ RUN if [ "${ENABLE_QUOTA}" = "True" ] \
15911591
&& cd ${MIG_ROOT}/mig/src/pylustrequota/lustre-release/lustre/utils \
15921592
&& make liblustreapi.la \
15931593
&& cd ${MIG_ROOT}/mig/src/pylustrequota \
1594-
&& python -m pip install --use-pep517 . \
1594+
&& python3 -m pip install --use-pep517 . \
15951595
&& rm -rf ${MIG_ROOT}/mig/src/pylustrequota/lustre-release; \
15961596
fi; \
15971597
fi;

0 commit comments

Comments
 (0)