-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86_64-pc-windows-gnu gitlab #1153
Comments
You need to use This is because remote building does not mount the local filesystem, so you need to use data volumes to have access to those files. |
Sorry, I didn't check that part of the wiki. I confirm that Thank you. |
No worries, I'm glad everything works now. |
For some reason similar issue appeared recently(it worked without problems ~6 months) and can't figure out how to solve it
This is the dind config with CROSS_REMOTE = 1:
Dockefile
|
@shandak can you open a new issue please? Thanks! |
Checklist
Describe your issue
I'm trying to create a Window build on a Linux host. I found this issue and I read the README.
Yes, I use
-v /var/run/docker.sock:/var/run/docker.sock
. My .gitlab-ci.yml looks like:And my Cross.toml is
When I use
export CROSS_CONTAINER_IN_CONTAINER=true
, I get this errorWhen I don't use it, I get this error
This is better. At least the docker image is found so it goes further.
In both cases, I get this warning
The problem is, I don't know if this should work or not. Am I forgetting something?
What target(s) are you cross-compiling for?
x86_64-pc-windows-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.4
Example
No response
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: