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
LE-2898
We want to build the kernel using a centos 7 userspace, so we
are calling for a centos:7 container. However we need to configure
yum to pull packages from vault instead of mirror.centos.org in order
to install all of the required build tools. github's
actions/checkout@v* will not work here since the packages in centos 7
are so old, so we do a simple git clone to get the code. After that
its the same configure and build steps as all of our other github
action build checks.
0 commit comments