about summary refs log tree commit diff
path: root/xtask/src/dist.rs
AgeCommit message (Expand)AuthorLines
2022-07-13fix: Set server binary version when distributingLukas Wirth-6/+5
2022-06-02Bring the version command output in line with other rust toolsLukas Wirth-1/+2
2022-05-17Bump extension versionJonas Schievink-3/+10
2022-03-14:arrow_up: xshellAleksey Kladov-27/+30
2022-03-08Fix package.json replacementLaurențiu Nicola-1/+1
2022-03-08fix: client distribution string replacement looking for wrong keyLukas Wirth-1/+1
2021-12-22Use the same displayName for pre-release versionsLaurențiu Nicola-10/+2
2021-12-22Disable unstable APIs for nightly releasesLaurențiu Nicola-3/+1
2021-12-18Publish platform-specific Code VSIXesLaurențiu Nicola-44/+60
2021-06-15Use objects instead of bools for markers in package.jsonLaurențiu Nicola-2/+2
2021-05-27internal: disable debuginfo afterallAleksey Kladov-1/+5
2021-05-24internal: try re-enabling debug info on releases againAleksey Kladov-6/+2
2021-05-23internal: disable debug symbols due to failing windows buildAleksey Kladov-1/+6
2021-05-22Merge #8926bors[bot]-19/+1
2021-05-22internal: try enabling debug info for releasesAleksey Kladov-0/+1
2021-05-22Drop uncompressed release artifacts and those following the old naming conven...Laurențiu Nicola-19/+1
2021-05-03feat: build releases with lto=trueAleksey Kladov-0/+1
2021-04-26fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov-10/+14
2021-04-24fix: correct version string to contain hash, build date and channelAleksey Kladov-3/+5
2021-04-24minorAleksey Kladov-1/+1
2021-04-24minorAleksey Kladov-1/+1
2021-04-23fix: 'configuration.property' error in VS CodeAleksey Kladov-1/+3
2021-03-01Simplify xtaskAleksey Kladov-4/+4
2021-02-13Build dist-x86_64-unknown-linux-musl releasesandylizi-1/+1
2021-01-02Stop using beta toolchain in xtask distLaurențiu Nicola-9/+1
2020-12-23Don't release uncompressed binaries under the new naming schemeLaurențiu Nicola-1/+0
2020-12-22Build aarch64-apple-darwin binaries on CILaurențiu Nicola-14/+58
2020-10-17Switch from not_bash to xshellAleksey Kladov-19/+14
2020-08-29Replace custom `not_bash::fs2` setup with fs_err crateVeetaha-1/+1
2020-07-24MinorAleksey Kladov-10/+17
2020-07-22Remove support for jemallocAleksey Kladov-2/+0
2020-07-07Gzip artifactsVeetaha-8/+23
2020-04-28Use x86_64-unknown-linux-gnu for releasesLaurențiu Nicola-5/+3
2020-04-08fmtAleksey Kladov-1/+0
2020-04-08Don't strip nightly releasesAleksey Kladov-10/+9
2020-03-23Fix formattingAleksey Kladov-1/+1
2020-03-23Fix releaseAleksey Kladov-3/+8
2020-03-20Make from-source install use cargo installed binary by defaultAleksey Kladov-1/+1
2020-03-19Simplify extension tag sniffingAleksey Kladov-13/+10
2020-03-18Make xtask dist more reliableAleksey Kladov-12/+29
2020-03-16Fix versionAleksey Kladov-1/+1
2020-03-09Set extension version during releaseAleksey Kladov-2/+8
2020-03-09Disable jemalloc, it doesn't work out of the box with muslAleksey Kladov-1/+3
2020-03-09Use jemalloc for linux buildsAleksey Kladov-2/+6
2020-03-05Merge #3472bors[bot]-2/+2
2020-03-05Fix dist againAleksey Kladov-2/+2
2020-03-05Remove pwdAleksey Kladov-2/+2
2020-03-05Install node deps during distAleksey Kladov-0/+1
2020-03-04Don't disable proposed features for nightlyAleksey Kladov-6/+6
2020-03-04Build server via dist as wellAleksey Kladov-0/+79