Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #8427 | bors[bot] | 2021-05-03 | 1 | -31/+4 |
|\ | | | | | | | | | | | | | | | | | | | 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 <[email protected]> | ||||
| * | pin cache action | Arpad Borsos | 2021-04-08 | 1 | -2/+2 |
| | | |||||
| * | Move CI to rust-cache Action | Arpad Borsos | 2021-04-08 | 1 | -31/+4 |
| | | |||||
* | | Let's try testing for "is not quadratic" condition | Aleksey Kladov | 2021-04-10 | 1 | -1/+1 |
|/ | |||||
* | Remove pinned Rust version again | Florian Diebold | 2021-02-12 | 1 | -9/+1 |
| | |||||
* | Pin Rust to 1.49.0 on CI | Jonas Schievink | 2021-02-12 | 1 | -1/+9 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Add comment and link to upstream issue | Jonas Schievink | 2020-10-12 | 1 | -0/+2 |
| | |||||
* | macOS: install GNU tar | Jonas Schievink | 2020-10-12 | 1 | -0/+6 |
| | |||||
* | "How I survived Git" tips | Aleksey Kladov | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Add a test that forbids merge commits | dragfire | 2020-08-31 | 1 | -0/+3 |
| | |||||
* | Remove usless pre-cache task | Aleksey Kladov | 2020-08-18 | 1 | -4/+0 |
| | | | | | | We are not cleaning the rest of xtask artifacts, so this effectively does nothing. xtask is small and changes rarely, so this shouldn't really matter. | ||||
* | Re-enable mac build | Aleksey Kladov | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Temporary disable MacOS builder | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | | | | GH Actions is not feeling great today :-( | ||||
* | Disabe macros TypeSCript builder | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | | | | It hangs for some reason, and we are moving TS extension anyways... | ||||
* | Completely remove cargo audit | Aleksey Kladov | 2020-08-12 | 1 | -14/+0 |
| | | | | | | | | | My current feeling is that the build maintenance friction it creates is not proportional to the benefits it provides. We are pretty frugal with the set of Rust dependencies, and our security model is "we run build.rs and proc macros", so it doesn't seem like cargo audit could help us much. | ||||
* | Fix build on musl and test it in CI | Jonas Schievink | 2020-08-12 | 1 | -5/+13 |
| | |||||
* | Remove the premissions-misconifguration bug workarounds on CI | Veetaha | 2020-07-29 | 1 | -5/+0 |
| | |||||
* | Disable audit step | Aleksey Kladov | 2020-07-16 | 1 | -13/+13 |
| | | | | See https://github.com/actions-rs/install/issues/6 | ||||
* | Update actions/cache to v2 | Yuki Okushi | 2020-07-14 | 1 | -22/+14 |
| | |||||
* | Check power on CI | Aleksey Kladov | 2020-07-14 | 1 | -1/+35 |
| | |||||
* | check cargo.lock | Aleksey Kladov | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Disable npm audit | Aleksey Kladov | 2020-07-02 | 1 | -3/+3 |
| | | | | At the moment it fails with unfixable minor vuln in a dev-dependency | ||||
* | vscode tests configuration for more verbose output | vsrs | 2020-05-23 | 1 | -0/+2 |
| | |||||
* | OS matrix for TypeScript | vsrs | 2020-05-23 | 1 | -1/+8 |
| | |||||
* | xvfb-action fix | vsrs | 2020-05-23 | 1 | -3/+3 |
| | |||||
* | Try GabrielBB/xvfb to run vscode tests | vsrs | 2020-05-23 | 1 | -11/+5 |
| | |||||
* | Start xvfb manually on ubuntu | vsrs | 2020-05-23 | 1 | -1/+10 |
| | |||||
* | try to run TypeScript CI on windows | vsrs | 2020-05-23 | 1 | -2/+2 |
| | |||||
* | Add `npm test` to CI | vsrs | 2020-05-23 | 1 | -0/+3 |
| | |||||
* | Use actions-rs/install and /audit-check for cargo-audit | Laurențiu Nicola | 2020-04-11 | 1 | -14/+3 |
| | |||||
* | More general CI env var | Aleksey Kladov | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Add back deny_c | Edwin Cheng | 2020-04-05 | 1 | -5/+2 |
| | |||||
* | Remove deny_c in CI | Edwin Cheng | 2020-04-03 | 1 | -2/+5 |
| | |||||
* | Enable backtrace on CI | Aleksey Kladov | 2020-03-30 | 1 | -0/+1 |
| | |||||
* | Don't deny C for cargo audit | Aleksey Kladov | 2020-03-26 | 1 | -1/+2 |
| | | | | It depends on openssl ;-( | ||||
* | Specify env once for all jobs | Aleksey Kladov | 2020-03-26 | 1 | -15/+8 |
| | |||||
* | cicd: revive npm audit | veetaha | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | Disable npm audit, as it blocks unrelated PR without a way to fix | Aleksey Kladov | 2020-03-17 | 1 | -2/+2 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117 | ||||
* | Fix cargo registry caching for builds | bjorn3 | 2020-03-16 | 1 | -0/+3 |
| | |||||
* | Fix audit caching better | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | |||||
* | Fix cargo audit caching | Aleksey Kladov | 2020-03-16 | 1 | -1/+2 |
| | | | | | | See https://github.com/actions/cache/issues/133#issuecomment-599102035 for chown bit | ||||
* | Actually make npm audit more robust | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | In bash, && and || have the same priority. | ||||
* | Cache cargo-audit on CI | Aleksey Kladov | 2020-03-16 | 1 | -0/+13 |
| | | | | closes #3399 | ||||
* | Retry rust audit as well | Aleksey Kladov | 2020-03-16 | 1 | -0/+4 |
| | | | | https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6 | ||||
* | Make audit more reliable | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 |
| | | | | | | I've seen this transient error a couple of times: https://github.com/rust-analyzer/rust-analyzer/runs/511162809?check_suite_focus=true#step:5:8 | ||||
* | Use actions/checkout@v2 | CAD97 | 2020-03-07 | 1 | -3/+3 |
| | |||||
* | Remove needless dep | Aleksey Kladov | 2020-03-04 | 1 | -7/+2 |
| | |||||
* | Deindent YAML | Aleksey Kladov | 2020-03-04 | 1 | -76/+78 |
| |