Anyone run into the linux docker base build failing at step 30 RUN gclient sync
with cipd failing with invalid cross-device link
?
#196
Unanswered
josh-hemphill
asked this question in
Q&A
Replies: 1 comment 16 replies
-
It's been broken in docker for months. I think that's a docker issue. This post might work, but I haven't tested that because I always use physical box. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure yet if this warrants an issue here or in the chromium-dev groups. I assume others can run and build the docker containers just fine?
I think I've eliminated it being my host machine, I've run it on 2 different physical machines, a vm, and tried with 2 different container backends.
I actually also run into the
RUN fetch v8
failing withtar
permissions, but I can set the tar option--no-same-owner
and that goes along fine but fails atgclient sync
. I can also adjust the file to run as a non-root user which solves the permissions issue and everything runs up until the exact same error.I was going to work on a build for linux arm64, but this happens in the base build whether I change things or not.
The exact error is:
Beta Was this translation helpful? Give feedback.
All reactions