Laurențiu Nicola
878dd9d3ad
Use Ubuntu 18.04 on CI
2021-08-30 09:50:41 +03:00
Aleksey Kladov
1850849325
internal: prep to 2021 edition
2021-08-20 16:20:18 +03:00
bors[bot]
695f315d64
Merge #9667
...
9667: minor: Remove proc macro ABI issue from bug report template r=lnicola a=lnicola
bors r+
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2021-07-21 18:38:51 +00:00
Laurențiu Nicola
fa2b7b7462
Remove proc macro ABI issue from bug report template
2021-07-21 21:03:06 +03:00
Aleksey Kladov
ab6efb32a3
internal: easier to skim CI logs
2021-07-20 15:55:44 +03:00
Laurențiu Nicola
1d106640f2
Add nightly proc macro issue to the bug report template
2021-07-07 18:05:00 +03:00
Daiki Ihara
78eeec54e9
Update ISSUE_TEMPLATE
2021-07-03 12:43:38 +09:00
Daiki Ihara
36bd194da9
Update bug_repord template
2021-07-03 12:43:38 +09:00
Florian Diebold
c61fee6d55
Fix compilation on WASM
...
Fixes #9214 .
Fixes #9210 .
2021-06-22 22:01:06 +02:00
bors[bot]
242fa3c15b
Merge #8427
...
8427: Move CI to rust-cache Action r=matklad a=Swatinem
This is humbling. I actually took inspiration from RAs pre-cache xtask when developing my action ;-)
Closes #7731
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
2021-05-03 13:37:12 +00:00
Kirill Bulatov
c24bdab97e
Use -u instead of --utc date flag
2021-04-26 17:12:13 +03:00
Aleksey Kladov
869ec5f97a
fix: dont' misundentify nightly as stable in --version on Mac&Win
...
We used to set `--nightly` in CI, and only for linux. Let's detect this
in xtask instead.
2021-04-26 15:17:02 +03:00
Aleksey Kladov
27073f4fc3
feat: make sure nightly regressions don't break users
2021-04-22 11:15:20 +03:00
Laurențiu Nicola
ef306b2ec2
Update bug report template
2021-04-19 09:07:54 +03:00
Aleksey Kladov
e012efca27
Let's try testing for "is not quadratic" condition
2021-04-10 12:43:07 +03:00
Arpad Borsos
3ce59b93e6
pin cache action
2021-04-08 20:44:44 +02:00
Arpad Borsos
9c022e3013
Move CI to rust-cache Action
2021-04-08 18:55:28 +02:00
Laurențiu Nicola
27bfb1fa5c
Make a full clone in release.yaml
2021-03-25 12:17:48 +02:00
Laurențiu Nicola
76bb56aeb6
Revert "Temporarily run git describe on CI to debug #8043 "
2021-03-21 10:21:29 +02:00
Laurențiu Nicola
14929e6409
Temporarily run git describe to debug #8043
2021-03-20 19:12:19 +02:00
Laurențiu Nicola
b51dfe3e82
Increase fetch-depth to make git describe
work
2021-03-16 09:49:32 +02:00
saruman9
f5c6c43bd1
Delete old issues from GitHub's bug report template
2021-02-28 18:12:43 +03:00
andylizi
726f9e3163
Build dist-x86_64-unknown-linux-musl releases
2021-02-13 18:45:07 +08:00
Florian Diebold
8c196056d5
Remove pinned Rust version again
2021-02-12 16:31:16 +01:00
Jonas Schievink
70f388cedb
Pin Rust to 1.49.0 on CI
2021-02-12 13:05:56 +01:00
Laurențiu Nicola
ac0b079492
Force XCode version
2021-01-28 11:53:25 +02:00
Thiébaud Weksteen
9a68c7f6c7
Add step to run analysis-stats on std
2021-01-21 15:37:10 +01:00
Laurențiu Nicola
884f758f7b
Build dist-aarch64-unknown-linux-gnu releases
2021-01-17 16:31:38 +02:00
Laurențiu Nicola
2ad0efa8ab
Use macos-latest for aarch64-apple-darwin releases
2021-01-05 11:15:12 +02:00
Laurențiu Nicola
039bdddf61
Fix x86_64-pc-windows-msvc artifact name
2021-01-04 17:02:17 +02:00
Laurențiu Nicola
fd67d25be1
Build aarch64-pc-windows-msvc releases
2021-01-04 12:31:55 +02:00
Laurențiu Nicola
407a4f1120
Use stable instead of beta on macos-11 release runner
2021-01-01 09:44:01 +02:00
Laurențiu Nicola
2707dc384d
Set RA_TARGET at job level
2020-12-23 10:13:19 +02:00
Laurențiu Nicola
25a987703c
Don't release uncompressed binaries under the new naming scheme
2020-12-23 08:46:38 +02:00
Laurențiu Nicola
e881815115
Build aarch64-apple-darwin binaries on CI
2020-12-22 13:18:00 +02:00
Laurențiu Nicola
a7f008eb46
Add common issues to the bug report template
2020-11-04 20:20:35 +02:00
Aleksey Kladov
bdfffa372b
Create issue templates
2020-11-04 11:33:25 +01:00
Aleksey Kladov
ba8d6d1e4e
Remove more unreachable pubs
2020-11-02 16:58:33 +01:00
Aleksey Kladov
b610118453
Deny unreachable-pub
...
It's very useful when `pub` is equivalent to "this is crate's public
API", let's enforce this!
Ideally, we should enforce it for local `cargo test`, and only during
CI, but that needs https://github.com/rust-lang/cargo/issues/5034 .
2020-11-02 14:07:08 +01:00
Aleksey Kladov
53a7651673
Fix deprecation warning
...
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-10-19 19:05:55 +02:00
Aleksey Kladov
895872f076
Tag release branch rather than master
2020-10-19 18:28:59 +02:00
Jonas Schievink
1cb64a70d6
Add comment and link to upstream issue
2020-10-12 19:55:55 +02:00
Jonas Schievink
f8be6c636c
macOS: install GNU tar
2020-10-12 19:51:49 +02:00
Aleksey Kladov
dddd580651
"How I survived Git" tips
2020-09-01 09:50:48 +02:00
dragfire
cdebf02e54
Add a test that forbids merge commits
2020-08-31 12:29:07 -06:00
Pavan Kumar Sunkara
79337095c1
Don't publish every day and do it only for release
2020-08-31 17:35:26 +02:00
Pavan Kumar Sunkara
6d46583f0f
Correct sed replacement when called in a bash file
2020-08-25 14:43:22 +02:00
Pavan Kumar Sunkara
2d75b3305d
Rename rust_analyzer lib in the binaries before publishing
2020-08-25 11:32:22 +02:00
Pavan Kumar Sunkara
35fd9a8e0b
Added weekly publish workflow
2020-08-24 13:07:17 +02:00
Aleksey Kladov
3543432c9b
Add GH Sposors to FUNDING.yml
2020-08-18 18:59:12 +02:00