aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation on WASMFlorian Diebold2021-06-221-1/+7
| | | | | Fixes #9214. Fixes #9210.
* Merge #8427bors[bot]2021-05-031-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 actionArpad Borsos2021-04-081-2/+2
| |
| * Move CI to rust-cache ActionArpad Borsos2021-04-081-31/+4
| |
* | Let's try testing for "is not quadratic" conditionAleksey Kladov2021-04-101-1/+1
|/
* Remove pinned Rust version againFlorian Diebold2021-02-121-9/+1
|
* Pin Rust to 1.49.0 on CIJonas Schievink2021-02-121-1/+9
|
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-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 issueJonas Schievink2020-10-121-0/+2
|
* macOS: install GNU tarJonas Schievink2020-10-121-0/+6
|
* "How I survived Git" tipsAleksey Kladov2020-09-011-1/+1
|
* Add a test that forbids merge commitsdragfire2020-08-311-0/+3
|
* Remove usless pre-cache taskAleksey Kladov2020-08-181-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 buildAleksey Kladov2020-08-181-1/+1
|
* Temporary disable MacOS builderAleksey Kladov2020-08-131-1/+1
| | | | GH Actions is not feeling great today :-(
* Disabe macros TypeSCript builderAleksey Kladov2020-08-131-1/+1
| | | | It hangs for some reason, and we are moving TS extension anyways...
* Completely remove cargo auditAleksey Kladov2020-08-121-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 CIJonas Schievink2020-08-121-5/+13
|
* Remove the premissions-misconifguration bug workarounds on CIVeetaha2020-07-291-5/+0
|
* Disable audit stepAleksey Kladov2020-07-161-13/+13
| | | | See https://github.com/actions-rs/install/issues/6
* Update actions/cache to v2Yuki Okushi2020-07-141-22/+14
|
* Check power on CIAleksey Kladov2020-07-141-1/+35
|
* check cargo.lockAleksey Kladov2020-07-071-1/+1
|
* Disable npm auditAleksey Kladov2020-07-021-3/+3
| | | | At the moment it fails with unfixable minor vuln in a dev-dependency
* vscode tests configuration for more verbose outputvsrs2020-05-231-0/+2
|
* OS matrix for TypeScriptvsrs2020-05-231-1/+8
|
* xvfb-action fixvsrs2020-05-231-3/+3
|
* Try GabrielBB/xvfb to run vscode testsvsrs2020-05-231-11/+5
|
* Start xvfb manually on ubuntuvsrs2020-05-231-1/+10
|
* try to run TypeScript CI on windowsvsrs2020-05-231-2/+2
|
* Add `npm test` to CIvsrs2020-05-231-0/+3
|
* Use actions-rs/install and /audit-check for cargo-auditLaurențiu Nicola2020-04-111-14/+3
|
* More general CI env varAleksey Kladov2020-04-061-1/+1
|
* Add back deny_cEdwin Cheng2020-04-051-5/+2
|
* Remove deny_c in CIEdwin Cheng2020-04-031-2/+5
|
* Enable backtrace on CIAleksey Kladov2020-03-301-0/+1
|
* Don't deny C for cargo auditAleksey Kladov2020-03-261-1/+2
| | | | It depends on openssl ;-(
* Specify env once for all jobsAleksey Kladov2020-03-261-15/+8
|
* cicd: revive npm auditveetaha2020-03-181-2/+2
|
* Disable npm audit, as it blocks unrelated PR without a way to fixAleksey Kladov2020-03-171-2/+2
| | | | https://github.com/rust-analyzer/rust-analyzer/pull/3582#issuecomment-600107117
* Fix cargo registry caching for buildsbjorn32020-03-161-0/+3
|
* Fix audit caching betterAleksey Kladov2020-03-161-1/+2
|
* Fix cargo audit cachingAleksey Kladov2020-03-161-1/+2
| | | | | | See https://github.com/actions/cache/issues/133#issuecomment-599102035 for chown bit
* Actually make npm audit more robustAleksey Kladov2020-03-161-1/+1
| | | | In bash, && and || have the same priority.
* Cache cargo-audit on CIAleksey Kladov2020-03-161-0/+13
| | | | closes #3399
* Retry rust audit as wellAleksey Kladov2020-03-161-0/+4
| | | | https://github.com/rust-analyzer/rust-analyzer/runs/511553989?check_suite_focus=true#step:3:6
* Make audit more reliableAleksey Kladov2020-03-161-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@v2CAD972020-03-071-3/+3
|
* Remove needless depAleksey Kladov2020-03-041-7/+2
|