aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/dist.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: disable debuginfo afterallAleksey Kladov2021-05-271-1/+5
|
* internal: try re-enabling debug info on releases againAleksey Kladov2021-05-241-6/+2
| | | | | | full LTO OOMs the LLVM, lets try thin cc https://github.com/rust-lang/rust/issues/85598
* internal: disable debug symbols due to failing windows buildAleksey Kladov2021-05-231-1/+6
| | | | See https://github.com/rust-lang/rust/issues/85598
* Merge #8926bors[bot]2021-05-221-19/+1
|\ | | | | | | | | | | | | | | 8926: internal: Drop uncompressed release artifacts and those following the old naming convention r=matklad a=lnicola Closes #6996 Co-authored-by: Laurențiu Nicola <[email protected]>
| * Drop uncompressed release artifacts and those following the old naming ↵Laurențiu Nicola2021-05-221-19/+1
| | | | | | | | convention
* | internal: try enabling debug info for releasesAleksey Kladov2021-05-221-0/+1
|/ | | | | We now compress releases, so let's check if debug info is light enough to actually ship to users. Getting line numbers back would be helpful!
* feat: build releases with lto=trueAleksey Kladov2021-05-031-0/+1
| | | | closes #8050
* fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov2021-04-261-10/+14
| | | | | We used to set `--nightly` in CI, and only for linux. Let's detect this in xtask instead.
* fix: correct version string to contain hash, build date and channelAleksey Kladov2021-04-241-3/+5
|
* minorAleksey Kladov2021-04-241-1/+1
|
* minorAleksey Kladov2021-04-241-1/+1
|
* fix: 'configuration.property' error in VS CodeAleksey Kladov2021-04-231-1/+3
| | | | closes #7789
* Simplify xtaskAleksey Kladov2021-03-011-4/+4
| | | | lib/bin/test separation isn't really needed.
* Build dist-x86_64-unknown-linux-musl releasesandylizi2021-02-131-1/+1
|
* Stop using beta toolchain in xtask distLaurențiu Nicola2021-01-021-9/+1
|
* Don't release uncompressed binaries under the new naming schemeLaurențiu Nicola2020-12-231-1/+0
|
* Build aarch64-apple-darwin binaries on CILaurențiu Nicola2020-12-221-14/+58
|
* Switch from not_bash to xshellAleksey Kladov2020-10-171-19/+14
|
* Replace custom `not_bash::fs2` setup with fs_err crateVeetaha2020-08-291-1/+1
|
* MinorAleksey Kladov2020-07-241-10/+17
|
* Remove support for jemallocAleksey Kladov2020-07-221-2/+0
| | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine
* Gzip artifactsVeetaha2020-07-071-8/+23
| | | | | | | | | | Co-authored-by: bjorn3 <[email protected]> Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background
* Use x86_64-unknown-linux-gnu for releasesLaurențiu Nicola2020-04-281-5/+3
|
* fmtAleksey Kladov2020-04-081-1/+0
|
* Don't strip nightly releasesAleksey Kladov2020-04-081-10/+9
|
* Fix formattingAleksey Kladov2020-03-231-1/+1
|
* Fix releaseAleksey Kladov2020-03-231-3/+8
|
* Make from-source install use cargo installed binary by defaultAleksey Kladov2020-03-201-1/+1
|
* Simplify extension tag sniffingAleksey Kladov2020-03-191-13/+10
|
* Make xtask dist more reliableAleksey Kladov2020-03-181-12/+29
|
* Fix versionAleksey Kladov2020-03-161-1/+1
|
* Set extension version during releaseAleksey Kladov2020-03-091-2/+8
|
* Disable jemalloc, it doesn't work out of the box with muslAleksey Kladov2020-03-091-1/+3
|
* Use jemalloc for linux buildsAleksey Kladov2020-03-091-2/+6
|
* Merge #3472bors[bot]2020-03-051-2/+2
|\ | | | | | | | | | | | | | | | | | | | | 3472: Fix dist again r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Fix dist againAleksey Kladov2020-03-051-2/+2
| |
* | Remove pwdAleksey Kladov2020-03-051-2/+2
| |
* | Install node deps during distAleksey Kladov2020-03-051-0/+1
|/
* Don't disable proposed features for nightlyAleksey Kladov2020-03-041-6/+6
|
* Build server via dist as wellAleksey Kladov2020-03-041-0/+79