thomasbruggink commented on PR #2937:
URL: https://github.com/apache/thrift/pull/2937#issuecomment-1980999620

   > > My guess here is that the previous container running as root left some 
files behind [...]
   > 
   > That was my first thought too, so I removed the whole folder. Same result. 
Now I basically cloned from scratch and currently the the third attempt to 
build it runs (the two before stopped with "not enough space", so I also 
cleaned all docker build caches etc. ). Lets see what that brings ...
   
   Hmm I cant reproduce this :thinking: I fixed the setup to allow root builds 
again, this would at least confirm the image has the correct tools installed.
   Build as:
   ```
   docker build --build-arg uid=0 --build-arg user=root --build-arg gid=0 
--build-arg group=root -t thrift/thrift-build:ubuntu-focal 
build/docker/ubuntu-focal
   ```
   
   Can you share a bit about your setup? Are you on a Linux distro or wsl on 
windows? Running docker rootless? Maybe I can repro this in a VM.
   
   I'm testing under a pretty standard Ubuntu 22.04 installation (not a VM).


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to