Skip to content
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

Enable skipping of copying build artifacts back to host. #900

Merged
merged 1 commit into from
Jul 2, 2022

Conversation

Alexhuszagh
Copy link
Contributor

If using remote docker but primarily wishing to build or test your builds remotely, without caring about the generated artifacts, the time required to copy the generated artifacts over a network connection can be prohibitive.

Setting CROSS_REMOTE_SKIP_BUILD_ARTIFACTS=1 will disable copying these build artifacts back to the host, for faster build times with remote container engines.

If using remote docker but primarily wishing to build or test your
builds remotely, without caring about the generated artifacts, the time
required to copy the generated artifacts over a network connection can
be prohibitive.

Setting `CROSS_REMOTE_SKIP_BUILD_ARTIFACTS=1` will disable copying these
build artifacts back to the host, for faster build times with remote
container engines.
@Alexhuszagh Alexhuszagh requested a review from a team as a code owner July 2, 2022 09:53
Copy link
Member

@Emilgardis Emilgardis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 2, 2022

Build succeeded:

@bors bors bot merged commit 355a325 into cross-rs:main Jul 2, 2022
@Emilgardis Emilgardis modified the milestone: v0.2.3 Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants