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
When building VSCodium in docker to generate the AppImage with the right glibc version, I've discovered that grep docker /proc/1/cgroup >/dev/null && export DOCKER_BUILD=1 || true, when run in Github Actions, isn't setting DOCKER_BUILD to 1.
Whereas, run on my local docker, the variable is correctly set.
The text was updated successfully, but these errors were encountered:
When building VSCodium in docker to generate the AppImage with the right
glibc
version, I've discovered thatgrep docker /proc/1/cgroup >/dev/null && export DOCKER_BUILD=1 || true
, when run in Github Actions, isn't settingDOCKER_BUILD
to1
.Whereas, run on my local docker, the variable is correctly set.
The text was updated successfully, but these errors were encountered: