You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Correctly create user in Docker containers (#4839)
By default Ubuntu sets an arbitrary UID value, that is different from host system. When CI passes default UID value of 1001, some of LLVM tools fail to discover user home directory. As a result, a few LITs fail. This patch fixes UID and GID to those, that are used by GitHub Actions by default.
0 commit comments