lixiaoquan commented on a change in pull request #7835:
URL: https://github.com/apache/tvm/pull/7835#discussion_r612898209
##########
File path: docker/with_the_same_user
##########
@@ -36,8 +36,8 @@ else
rm /this_is_writable_file_system
fi
-getent group "${CI_BUILD_GID}" || addgroup --gid "${CI_BUILD_GID}"
"${CI_BUILD_GROUP}"
-getent passwd "${CI_BUILD_UID}" || adduser --gid "${CI_BUILD_GID}" --uid
"${CI_BUILD_UID}" \
+getent group "${CI_BUILD_GID}" || addgroup --force-badname --gid
"${CI_BUILD_GID}" "${CI_BUILD_GROUP}"
+getent passwd "${CI_BUILD_UID}" || adduser --force-badname --gid
"${CI_BUILD_GID}" --uid "${CI_BUILD_UID}" \
Review comment:
Thanks for your comment, I've solved all those issues, please take
another look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]