-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Work on 'make dist' #13063
Work on 'make dist' #13063
Conversation
This now also replaces the existing |
I'm not quite happy with this yet. |
This doesn't work quite right yet (we need to build packages for all hosts) and I'm not ready to turn on new dist artifacts yet, but I want to start doing dry runs for 0.10, so I'm turning this off for now.
Just to be more logical, put big headers between different installers
For integrating doc upload into the dist-snap process
Also, add more distcheck tests
Fix some misc bugs
I think there are likely to be scenarios where this script is run to move files to the correct place during cross-compiles.
This is not for temporaries now
The way it was formulated you could only 'prepare' one directory per build.
This reverts commit e93709a.
Several things here: * Cleanup * Fix build targets for building .pkg so that it works and works for all hosts * Adds support for nightly artifacts * Put docs in a location suitable for upload to s3 during 'make dist' * Add coverage of unix binary installers to 'distcheck' * Fix 'distcheck' * Change 'dist' to build source tarballs, binary tarballs and OS X packages
Implement lsp extension for cancelling running flychecks Fixes rust-lang/rust-analyzer#4828
Several things here: