aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/dist.rs
Commit message (Expand)AuthorAgeFilesLines
* Use objects instead of bools for markers in package.jsonLaurențiu Nicola2021-06-151-2/+2
* internal: disable debuginfo afterallAleksey Kladov2021-05-271-1/+5
* internal: try re-enabling debug info on releases againAleksey Kladov2021-05-241-6/+2
* internal: disable debug symbols due to failing windows buildAleksey Kladov2021-05-231-1/+6
* Merge #8926bors[bot]2021-05-221-19/+1
|\
| * Drop uncompressed release artifacts and those following the old naming conven...Laurențiu Nicola2021-05-221-19/+1
* | internal: try enabling debug info for releasesAleksey Kladov2021-05-221-0/+1
|/
* feat: build releases with lto=trueAleksey Kladov2021-05-031-0/+1
* fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov2021-04-261-10/+14
* 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
* Simplify xtaskAleksey Kladov2021-03-011-4/+4
* 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
* Gzip artifactsVeetaha2020-07-071-8/+23
* 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
|\
| * 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