Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: disable debuginfo afterall | Aleksey Kladov | 2021-05-27 | 1 | -1/+5 |
| | |||||
* | internal: try re-enabling debug info on releases again | Aleksey Kladov | 2021-05-24 | 1 | -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 build | Aleksey Kladov | 2021-05-23 | 1 | -1/+6 |
| | | | | See https://github.com/rust-lang/rust/issues/85598 | ||||
* | Merge #8926 | bors[bot] | 2021-05-22 | 1 | -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 Nicola | 2021-05-22 | 1 | -19/+1 |
| | | | | | | | | convention | ||||
* | | internal: try enabling debug info for releases | Aleksey Kladov | 2021-05-22 | 1 | -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=true | Aleksey Kladov | 2021-05-03 | 1 | -0/+1 |
| | | | | closes #8050 | ||||
* | fix: dont' misundentify nightly as stable in --version on Mac&Win | Aleksey Kladov | 2021-04-26 | 1 | -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 channel | Aleksey Kladov | 2021-04-24 | 1 | -3/+5 |
| | |||||
* | minor | Aleksey Kladov | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | minor | Aleksey Kladov | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | fix: 'configuration.property' error in VS Code | Aleksey Kladov | 2021-04-23 | 1 | -1/+3 |
| | | | | closes #7789 | ||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 1 | -4/+4 |
| | | | | lib/bin/test separation isn't really needed. | ||||
* | Build dist-x86_64-unknown-linux-musl releases | andylizi | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Stop using beta toolchain in xtask dist | Laurențiu Nicola | 2021-01-02 | 1 | -9/+1 |
| | |||||
* | Don't release uncompressed binaries under the new naming scheme | Laurențiu Nicola | 2020-12-23 | 1 | -1/+0 |
| | |||||
* | Build aarch64-apple-darwin binaries on CI | Laurențiu Nicola | 2020-12-22 | 1 | -14/+58 |
| | |||||
* | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 1 | -19/+14 |
| | |||||
* | Replace custom `not_bash::fs2` setup with fs_err crate | Veetaha | 2020-08-29 | 1 | -1/+1 |
| | |||||
* | Minor | Aleksey Kladov | 2020-07-24 | 1 | -10/+17 |
| | |||||
* | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -2/+0 |
| | | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine | ||||
* | Gzip artifacts | Veetaha | 2020-07-07 | 1 | -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 releases | Laurențiu Nicola | 2020-04-28 | 1 | -5/+3 |
| | |||||
* | fmt | Aleksey Kladov | 2020-04-08 | 1 | -1/+0 |
| | |||||
* | Don't strip nightly releases | Aleksey Kladov | 2020-04-08 | 1 | -10/+9 |
| | |||||
* | Fix formatting | Aleksey Kladov | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | Fix release | Aleksey Kladov | 2020-03-23 | 1 | -3/+8 |
| | |||||
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -1/+1 |
| | |||||
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -13/+10 |
| | |||||
* | Make xtask dist more reliable | Aleksey Kladov | 2020-03-18 | 1 | -12/+29 |
| | |||||
* | Fix version | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Set extension version during release | Aleksey Kladov | 2020-03-09 | 1 | -2/+8 |
| | |||||
* | Disable jemalloc, it doesn't work out of the box with musl | Aleksey Kladov | 2020-03-09 | 1 | -1/+3 |
| | |||||
* | Use jemalloc for linux builds | Aleksey Kladov | 2020-03-09 | 1 | -2/+6 |
| | |||||
* | Merge #3472 | bors[bot] | 2020-03-05 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | 3472: Fix dist again r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Fix dist again | Aleksey Kladov | 2020-03-05 | 1 | -2/+2 |
| | | |||||
* | | Remove pwd | Aleksey Kladov | 2020-03-05 | 1 | -2/+2 |
| | | |||||
* | | Install node deps during dist | Aleksey Kladov | 2020-03-05 | 1 | -0/+1 |
|/ | |||||
* | Don't disable proposed features for nightly | Aleksey Kladov | 2020-03-04 | 1 | -6/+6 |
| | |||||
* | Build server via dist as well | Aleksey Kladov | 2020-03-04 | 1 | -0/+79 |